We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92adb2a commit 1f4decaCopy full SHA for 1f4deca
spec/fixtures/schemas_invalid/bashly/1.yml
@@ -1 +1 @@
1
-foo: bar
+invalid: not allowed
spec/fixtures/schemas_invalid/bashly/2.yml
@@ -0,0 +1,4 @@
+args:
2
+- name: path
3
+ x_valid: allowed
4
+ invalid: not allowed
spec/fixtures/schemas_invalid/bashly/3.yml
+flags:
+- long: --path
spec/fixtures/schemas_invalid/bashly/4.yml
+environment_variables:
+- name: api_key
0 commit comments