Skip to content

Commit

Permalink
Merge pull request #1533 from dearchap/fix_docs
Browse files Browse the repository at this point in the history
Cleanup: Fix app.go formatting
  • Loading branch information
dearchap committed Oct 14, 2022
2 parents adcd0c9 + bb8ddda commit 39b1245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.go
Expand Up @@ -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())
Expand Down

0 comments on commit 39b1245

Please sign in to comment.