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 baad223 commit 0e4189bCopy full SHA for 0e4189b
examples/command-aliases/test.sh
@@ -1,7 +1,7 @@
1
#!/usr/bin/env bash
2
3
# Cleanup before testing
4
-rm -f "src/*.sh"
+rm -f src/*.sh
5
6
set -x
7
spec/approvals/examples/command-aliases
@@ -1,8 +1,8 @@
+ bashly generate
creating user files in src
-skipped src/initialize.sh (exists)
-skipped src/download_command.sh (exists)
-skipped src/upload_command.sh (exists)
+created src/initialize.sh
+created src/download_command.sh
+created src/upload_command.sh
created ./cli
run ./cli --help to test your bash script
8
+ ./cli
0 commit comments