mirror of
https://github.com/wader/fq.git
synced 2024-11-23 09:56:07 +03:00
5 lines
200 B
Plaintext
5 lines
200 B
Plaintext
|
# basic usage
|
||
|
_args_parse(.args; .opts)
|
||
|
{"args": ["-a", "123", "b"], "opts": {"a": {"short": "-a", "long": "--abc", "description": "Set abc", "string": true}}}
|
||
|
{"parsed": {"a": "123"}, "rest": ["b"]}
|