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