Skip to content

Commit 77c4fc7

Browse files
committed
Removed duplicate example
1 parent 6cba686 commit 77c4fc7

File tree

1 file changed

+0
-14
lines changed

1 file changed

+0
-14
lines changed

README.md

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -66,20 +66,6 @@ an argument as its only parameter and returns a boolean.
6666

6767
```
6868

69-
Check for the `--test` flag
70-
71-
```bash
72-
73-
if argExists 'test'; then
74-
echo "The --test flag has been passed"
75-
fi
76-
77-
# Or
78-
79-
argExists 'test' && echo "Testing enabled"
80-
81-
```
82-
8369
## Supported Argument Formats
8470

8571
### Short Form

0 commit comments

Comments
 (0)