RawCliArguments

The raw arguments from the command line.

@safe
struct RawCliArguments {
string[] payload;
}

Alias This

payload

Meta