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.
run schema example EXAMPLE
1 parent f45b993 commit b437a63Copy full SHA for b437a63
support/runfile/schema.runfile
@@ -8,6 +8,10 @@ action :all do
8
check_arbitrary
9
end
10
11
+help 'Test the bashly schema against a single example'
12
+usage 'example EXAMPLE'
13
+action(:example) { |args| schema_check "examples/#{args['EXAMPLE']}/src/bashly.yml" }
14
+
15
help 'Test the bashly schema against all examples'
16
action(:examples) { check_examples }
17
0 commit comments