# File lib/thor/shell.rb, line 67
    def with_padding
      shell.padding += 1
      yield
    ensure
      shell.padding -= 1
    end