Config.endOfArgs

The string that conventionally marks the end of all options. Assigning an empty string to endOfArgs effectively disables it. Defaults to "--".

struct Config
string endOfArgs;

Meta