Lines Matching refs:Sets
8 // - `Group`: Sets a single group to this option.
10 // - `Groups`: Sets a given list of group numbers.
12 // - `GroupRange`: Sets an interval of groups. Start and end are inclusive.
14 // Sets group 1, 2, 3, 4 for the option.
41 // - `OptionalArg`: Sets the argument type and marks it as optional.
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.
50 // - `Validator`: Sets the value to a given validator (which has to exist in
57 // - `EnumArg`: Sets the argument type and assigns it a enum holding the valid
70 // Sets the completion to eDiskFileCompletion
72 // - `Completions`: Sets a given kinds of completions.
75 // Sets the completion to
81 // - `OptionalArg`: Sets the argument type and marks it as optional.
83 // Sets the argument type to eArgTypePid and marks option as
85 // - `Arg`: Sets the argument type and marks it as required.
87 // Sets the argument type to eArgTypePid and marks option as
90 // - `EnumArg`: Sets the argument type and assigns it a enum holding the valid
101 // - `Desc`: Sets the description for the given option.
103 // Sets the description to "does nothing.".
130 // Sets the description for the option that should be
166 // Sets the available completions for the given option.
170 // Sets a single completion for the given option.
175 // Sets the validator for a given option.