ArgsManager::Command

A parsed command together with its arguments.

Synopsis

Declared in <common/args.h>

struct Command;

Data Members

NameDescription
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