Versions in this module Expand all Collapse all v0 v0.5.0 Mar 16, 2024 Changes in this version + type App struct + func (a *App) Add(categoryName string, cmds ...*cmd.Command) + func (a *App) Run(args ...string) error + func (a App) Usage()