Merge pull request #1533 from dearchap/fix_docs

Cleanup: Fix app.go formatting
main
dearchap 2 years ago committed by GitHub
commit 39b1245772
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -306,7 +306,7 @@ func (a *App) RunContext(ctx context.Context, arguments []string) (err error) {
}
// This is a stub function to keep public API unchanged from old code
//
//
// Deprecated: use App.Run or App.RunContext
func (a *App) RunAsSubcommand(ctx *Context) (err error) {
return a.RunContext(ctx.Context, ctx.Args().Slice())

Loading…
Cancel
Save