Documentation ¶ Index ¶ type Command func (c *Command) Execute(ctx context.Context, flag *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus func (*Command) Name() string func (c *Command) SetFlags(flags *flag.FlagSet) func (*Command) Synopsis() string func (*Command) Usage() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Command ¶ type Command struct{} func (*Command) Execute ¶ func (c *Command) Execute(ctx context.Context, flag *flag.FlagSet, _ ...interface{}) subcommands.ExitStatus func (*Command) Name ¶ func (*Command) Name() string func (*Command) SetFlags ¶ func (c *Command) SetFlags(flags *flag.FlagSet) func (*Command) Synopsis ¶ func (*Command) Synopsis() string func (*Command) Usage ¶ func (*Command) Usage() string Source Files ¶ View all Source files main.go Click to show internal directories. Click to hide internal directories.