Lines Matching full:required
16 // Field: required
17 // Default value: false (Not required)
19 // - `Required`: Marks the option as required.
20 // Example: def foo : Option<"foo", "f">, Required;
42 // - `Arg`: Sets the argument type and marks it as required.
43 // - `EnumArg`: Sets the argument type to an enum and marks it as required.
59 // Marks the option as required (see option_has_arg).
85 // - `Arg`: Sets the argument type and marks it as required.
88 // required (see option_has_arg).
92 // Marks the option as required (see option_has_arg).
136 // Marks the option as required when calling the
138 class Required {
139 bit Required = 1;
148 // Gives the option an required argument.
153 // Gives the option an required argument.
158 // Gives the option an required argument.