Get the command and command args (returns std::nullopt if no command provided)
Declared in <common/args.h>
[[requires_capability(0x7f2e381ac6e8)]]
std::optional<Command const>
GetCommand() const;
The parsed command and its args, or std::nullopt if none was given.