Skip to content

Commit d1463b5

Browse files
committed
auto cleanup sources
1 parent 488175b commit d1463b5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1377,6 +1377,7 @@ function foo() {
13771377

13781378
exitIfArgIsNotArray arr 1
13791379
exitIfArgIsNotArrayOrIsEmpty arr 1
1380+
exitIfArgIsNotArrayOrIsNonEmpty arr 1
13801381
exitIfArgIsNotFunction "$fn" 2
13811382
exitIfArgIsNotBoolean "$bool" 3
13821383
exitIfArgIsNotVersion "$version" 4

src/utility/checks.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
#
4646
# exitIfArgIsNotArray arr 1
4747
# exitIfArgIsNotArrayOrIsEmpty arr 1
48+
# exitIfArgIsNotArrayOrIsNonEmpty arr 1
4849
# exitIfArgIsNotFunction "$fn" 2
4950
# exitIfArgIsNotBoolean "$bool" 3
5051
# exitIfArgIsNotVersion "$version" 4

0 commit comments

Comments
 (0)