MCPcopy
hub / github.com/urfave/cli / ShellCompleteFunc

FuncType ShellCompleteFunc

funcs.go:6–6  ·  funcs.go::ShellCompleteFunc

ShellCompleteFunc is an action to execute when the shell completion flag is set

func(context.Context, *Command)

Source from the content-addressed store, hash-verified

4
5// ShellCompleteFunc is an action to execute when the shell completion flag is set
6type 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected