Versions in this module Expand all Collapse all v0 v0.1.3 Jul 24, 2025 v0.1.2 Jul 9, 2025 Changes in this version + func FprintSubcommands(w io.Writer, cmdName string, subcommands []*CliCommand) + func ParseUint32Arg(args *[]string) (uint32, exits.ExitCode, error) + type CliCommand struct + func NewCliCommand(name string, description string, argDescription string, ...) *CliCommand + func NewCliCommandWithFlags(name string, description string, argDescription string, ...) *CliCommand + func NewCliSubcommand(name string, subcommands []*CliCommand) *CliCommand + func (c *CliCommand) Execute(args []string, conn *grpc.ClientConn, cmdNameChain []string) exits.ExitCode