Add "docopt"
This commit is contained in:
parent
f78fffe94b
commit
c3af5ec584
1 changed files with 9 additions and 0 deletions
|
|
@ -1146,5 +1146,14 @@
|
|||
"description": "A better regular expression library",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/flaviut/nre"
|
||||
},
|
||||
{
|
||||
"name": "docopt",
|
||||
"url": "git://github.com/docopt/docopt.nim",
|
||||
"method": "git",
|
||||
"tags": ["commandline", "arguments", "parsing", "library"],
|
||||
"description": "Command-line args parser based on Usage message",
|
||||
"license": "MIT",
|
||||
"web": "https://github.com/docopt/docopt.nim"
|
||||
}
|
||||
]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue