# File lib/commander/help_formatters.rb, line 45
    def indent(amount, text)
      text.to_s.gsub("\n", "\n" + (' ' * amount))
    end