mirror of
https://github.com/cheat/cheat.git
synced 2024-11-01 13:41:01 +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": []}
|