File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -159,7 +159,6 @@ This is the root object of the OpenCLI Description.
159159| ------------| :----:| -------------|
160160| name | ` string ` | ** REQUIRED** The argument name |
161161| required | ` bool ` | Whether or not the argument is required |
162- | ordinal | ` int ` | The relative position to other arguments |
163162| arity | [ Arity Object] ( #arity-object ) | The argument arity. Arity defines the minimum and maximum number of argument values |
164163| acceptedValues | [ ` string ` ] | A list of accepted values |
165164| group | ` string ` | The argument group |
Original file line number Diff line number Diff line change 123123 "type" : " boolean" ,
124124 "description" : " Whether or not the argument is required"
125125 },
126- "ordinal" : {
127- "type" : " integer" ,
128- "description" : " The relative position to other arguments"
129- },
130126 "arity" : {
131127 "$ref" : " #/$defs/Arity" ,
132128 "description" : " The argument arity. Arity defines the minimum and maximum number of argument values"
Original file line number Diff line number Diff line change @@ -125,9 +125,6 @@ model Argument {
125125 @ doc ("Whether or not the argument is required" )
126126 required ? : boolean ;
127127
128- @ doc ("The relative position to other arguments" )
129- ordinal ? : integer ;
130-
131128 @ doc ("The argument arity. Arity defines the minimum and maximum number of argument values" )
132129 arity ? : Arity ;
133130
You can’t perform that action at this time.
0 commit comments