chickadee » imperative-command-line-a » groups

groupsparameter

The groups parameter holds the list of command-groups that parse draws from. By default, it starts with a single group, special-options, which contains the commands -help and -version. The syntax form define-command-group adds to this list. To remove the provided special-options group, call (group '()) to initialize the list before defining any other command groups.