File tree Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Expand file tree Collapse file tree 2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 859
859
"environment_variables" : {
860
860
"$ref" : " #/definitions/environment-variables-property"
861
861
},
862
+ "variables" : {
863
+ "$ref" : " #/definitions/variables-property"
864
+ },
862
865
"examples" : {
863
866
"$ref" : " #/definitions/examples-property"
864
867
},
933
936
"environment_variables" : {
934
937
"$ref" : " #/definitions/environment-variables-property"
935
938
},
939
+ "variables" : {
940
+ "$ref" : " #/definitions/variables-property"
941
+ },
936
942
"examples" : {
937
943
"$ref" : " #/definitions/examples-property"
938
944
},
Original file line number Diff line number Diff line change @@ -742,6 +742,8 @@ definitions:
742
742
$ref : ' #/definitions/sub-command-default-property'
743
743
environment_variables :
744
744
$ref : ' #/definitions/environment-variables-property'
745
+ variables :
746
+ $ref : ' #/definitions/variables-property'
745
747
examples :
746
748
$ref : ' #/definitions/examples-property'
747
749
footer :
@@ -788,6 +790,8 @@ properties:
788
790
$ref : ' #/definitions/root-version-property'
789
791
environment_variables :
790
792
$ref : ' #/definitions/environment-variables-property'
793
+ variables :
794
+ $ref : ' #/definitions/variables-property'
791
795
examples :
792
796
$ref : ' #/definitions/examples-property'
793
797
footer :
You can’t perform that action at this time.
0 commit comments