Skip to content

Commit d87f359

Browse files
committed
fix specs
1 parent 4aa4ebc commit d87f359

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

examples/reusable-flags/test.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
22

3+
rm -f ./src/*.sh
34
set -x
45

56
bashly generate

spec/approvals/examples/reusable-flags

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
+ bashly generate
22
creating user files in src
3-
skipped src/initialize.sh (exists)
4-
skipped src/download_command.sh (exists)
5-
skipped src/upload_command.sh (exists)
3+
created src/initialize.sh
4+
created src/download_command.sh
5+
created src/upload_command.sh
66
created ./cli
77
run ./cli --help to test your bash script
88
+ ./cli -h

0 commit comments

Comments
 (0)