Cleanup: Fix app.go formatting
This commit is contained in:
parent
adcd0c970a
commit
bb8ddda480
2
app.go
2
app.go
@ -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…
Reference in New Issue
Block a user