.. _ArgParser.Ctx: ArgParser.Ctx ============= .. code-block:: bl Ctx :: struct { other: []string; help: bool; } Arguments context base type. Members ------- **other** - Contains other arguments not considered as options (i.e. input files). **help** - True when help was invoked implicitly. *Declared in: arg_parser.bl*