A parsed command together with its arguments.

Synopsis

Declared in <common/args.h>

struct Command;

Data Members

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

Created with MrDocs