1
Fork 0

Add an arguments example.

This commit is contained in:
Bauke 2023-12-05 16:05:23 +01:00
parent bff446c872
commit 05b249edb4
Signed by: Bauke
GPG Key ID: C1C0F29952BCF558
1 changed files with 6 additions and 0 deletions

View File

@ -6,6 +6,12 @@
### Arguments
```sh
fruits=("apple" "banana" "coconut")
bautils arguments count -- $fruits
# Outputs: 3
```
### Date
### Directory