Versions in this module Expand all Collapse all v0 v0.2.1 Oct 22, 2025 Changes in this version + var Usage = func(c *Command, fs *flag.FlagSet) + func Get(ctx context.Context, name string) any + type Command struct + Flags func(fs *flag.FlagSet) + FlagsRequired []string + Func func(ctx context.Context, args []string) error + Name string + RunContext func(parent context.Context, run func(ctx context.Context) error) error + Subcommands []*Command + Usage string + UsageArgs string + func (c *Command) Run(ctx context.Context, args []string) error