Versions in this module Expand all Collapse all v0 v0.0.3 Jul 4, 2025 Changes in this version + type Command struct + FlagSet *flag.FlagSet + Help string + Name string + Run func(args []string) error + type CommandLine struct + func NewCommandLine(name string) *CommandLine + func (c *CommandLine) Add(cmd ...Command) + func (c *CommandLine) Help(args []string) + func (c *CommandLine) Run(args []string) error + func (c *CommandLine) Usage(args []string)