mirror of
https://github.com/ergochat/ergo.git
synced 2024-11-11 14:39:31 +01:00
10 lines
126 B
Plaintext
10 lines
126 B
Plaintext
r"""usage: prog [NAME_-2]..."""
|
|
$ prog 10 20
|
|
{"NAME_-2": ["10", "20"]}
|
|
|
|
$ prog 10
|
|
{"NAME_-2": ["10"]}
|
|
|
|
$ prog
|
|
{"NAME_-2": []}
|