A parsed command together with its arguments.
Declared in <common/args.h>
struct Command;
| Name | Description |
|---|---|
args | If command is non-empty: Any args that followed it If command is empty: The unregistered command and any args that followed it |
command | The command (if one has been registered with AddCommand), or empty |