package command type FlagUsage struct { LongName string ShortName string Usage string } type Usage struct { commands []string flags []string }