Sample code of command line tool to print arguments.
| File | License |
|---|---|
| Files in ./c directory | zlib License |
| Files in other directory | CC0 1.0 Universal |
Simply execute args. args has no option.
$ args
$ args a
a
$ args a BB
a
BB
$ args a BB "c c"
a
BB
c c
$ _