You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type Application struct {
Version string // `1.5`
Command
Commands []*Command
Topics []*Topic
Groups []*Group
// Default is a default handler. It gets executed if there are
// no command line arguments (except the program name), when
// otherwise, by default, the help entry is being shown.
Default CmdHandler
ungroupedCmdsCount int
}
We need a super lightweight syntax of creating simple flag-less commands. Something like this would be great:
The text was updated successfully, but these errors were encountered: