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 aee8a3e commit e516ce6Copy full SHA for e516ce6
spec/fixtures/workspaces/empty-args/README.md
@@ -0,0 +1,2 @@
1
+This fixture ensures that empty args and flag args are supported
2
+Reference issue: https://github.com/DannyBen/bashly/pull/135
spec/fixtures/workspaces/empty-args/test.sh
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
3
-# This fixture tests Bash 4+-only syntax
4
-# It is executed as part of the Runfile examples test
+# This fixture ensures that empty args and flag args are supported
+# Reference issue: https://github.com/DannyBen/bashly/pull/135
5
6
bundle exec bashly generate
7
0 commit comments