# File lib/thor/invocation.rb, line 130
    def invoke_with_padding(*args)
      with_padding { invoke(*args) }
    end