diff options
| author | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2015-02-27 04:30:05 -0600 |
|---|---|---|
| committer | Billingsly Wetherfordshire <phowl.mouth@gmail.com> | 2015-02-27 04:30:05 -0600 |
| commit | 0f500505c0afa4224a7a2f230c196a12a0c863c1 (patch) | |
| tree | e3e482fd895962bc6d0ab6c35528b90035a6d18b | |
| parent | e2fc90e02f1b6bff490cca9d4f9d9229705874ad (diff) | |
| parent | bfa281ce67be3c9223dc8b3a14f7c009deba75ef (diff) | |
| download | packages-0f500505c0afa4224a7a2f230c196a12a0c863c1.tar.gz packages-0f500505c0afa4224a7a2f230c196a12a0c863c1.zip | |
Merge pull request #134 from def-/fix-link
Add web url for commandeer
| -rw-r--r-- | packages.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/packages.json b/packages.json index 5bcb7c5..5b23c49 100644 --- a/packages.json +++ b/packages.json @@ -499,7 +499,8 @@ "method": "git", "tags": ["library", "commandline", "arguments", "switches", "parsing", "options"], "description": "Provides a small command line parsing DSL (domain specific language)", - "license": "MIT" + "license": "MIT", + "web": "https://github.com/fenekku/commandeer" }, { |
