Enum commands::parser::ParameterKind
[−]
[src]
pub enum ParameterKind { Flag, Named, Simple, }
Indicate the type of parameter, so that the correct class and node structures are created.
Variants
Flag | This parameter is a flag parameter. | |
Named | This parameter is a named parameter. | |
Simple | This parameter is a simple parameter. |