ShellCompleteFunc is an action to execute when the shell completion flag is set
func(context.Context, *Command)
| 4 | |
| 5 | // ShellCompleteFunc is an action to execute when the shell completion flag is set |
| 6 | type ShellCompleteFunc func(context.Context, *Command) |
| 7 | |
| 8 | // BeforeFunc is an action that executes prior to any subcommands being run once |
| 9 | // the context is ready. If a non-nil error is returned, no subcommands are |
nothing calls this directly
no outgoing calls
no test coverage detected