Skip to content

Commit 3b529cc

Browse files
authored
Merge pull request #4 from ko1nksm/implement_2.0.0
Implement 2.0.0
2 parents af0267a + 6c051e9 commit 3b529cc

File tree

12 files changed

+1031
-531
lines changed

12 files changed

+1031
-531
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ test:
44
shellspec
55

66
check:
7-
shellcheck getoptions.sh getoptions_help.sh sample/basic.sh sample/advanced.sh
7+
shellcheck getoptions.sh getoptions_help.sh spec/getoptions_spec.sh spec/getoptions_help_spec.sh sample/basic.sh sample/advanced.sh sample/extension.sh
88

99
testall:
1010
shellspec -s sh

README.md

Lines changed: 400 additions & 131 deletions
Large diffs are not rendered by default.

getoptions.sh

Lines changed: 0 additions & 184 deletions
This file was deleted.

getoptions_help.sh

Lines changed: 0 additions & 42 deletions
This file was deleted.

0 commit comments

Comments
 (0)