Versions in this module Expand all Collapse all v0 v0.0.12 Feb 26, 2026 v0.0.11 Feb 25, 2026 Changes in this version + const ExitCodeError + const ExitCodeSuccess + const ExitCodeUsage + type CLI struct + Commands map[string]Command[App] + Name string + func (cli *CLI[App]) Command(desc string) Command[App] + func (cli *CLI[App]) Run(ctx context.Context, app App, args []string) int + type Command struct + Description string + Run func(ctx context.Context, app App, args []string) error