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 fba6109 commit 2cf5fd4Copy full SHA for 2cf5fd4
spec/fixtures/workspaces/required-args-order/test.sh
@@ -1,8 +1,8 @@
1
#!/usr/bin/env bash
2
3
-# This fixture tests that short command codes work properly
4
-# It is executed as part of the Runfile examples test
5
-# Reference issue: https://github.com/DannyBen/bashly/issues/16
+# This fixture ensures that required args and flags are allowed to appear after
+# the optional flags.
+# Reference issue: https://github.com/DannyBen/bashly/issues/124
6
7
rm -f ./src/*.sh
8
rm -f ./download
0 commit comments