Versions in this module Expand all Collapse all v1 v1.0.0 Jun 30, 2021 Changes in this version + func DefaultUsageFunc(c *Command) string + type Command struct + Exec func(context.Context, []string) error + FFOptions []ff.Option + FlagSet *flag.FlagSet + FlagSetBuilder func(fs *flag.FlagSet) + LongHelp string + Name string + ShortHelp string + ShortUsage string + Subcommands []*Command + UsageFunc func(c *Command) string + func (c *Command) Parse(args []string) error + func (c *Command) Run(ctx context.Context) error