Sign in
◑
Theme
apache
/
infrastructure-ldifdiff
/
refs/heads/master
/
.
/
cmd
/
vendor
/
github.com
/
docopt
/
docopt-go
/
test_golang.docopt
blob: 323fd67dc2006c2ca647e366b770eae42f020358 [
file
]
r
"""usage: prog [NAME_-2]..."""
$ prog
10
20
{
"NAME_-2"
:
[
"10"
,
"20"
]}
$ prog
10
{
"NAME_-2"
:
[
"10"
]}
$ prog
{
"NAME_-2"
:
[]}