https://github.com/kimobrian/docopt-v2
Docopt App with Advanced Concepts
https://github.com/kimobrian/docopt-v2
docopt python
Last synced: 18 days ago
JSON representation
Docopt App with Advanced Concepts
- Host: GitHub
- URL: https://github.com/kimobrian/docopt-v2
- Owner: kimobrian
- Created: 2017-04-24T07:28:52.000Z (about 8 years ago)
- Default Branch: develop
- Last Pushed: 2017-04-25T07:25:31.000Z (about 8 years ago)
- Last Synced: 2025-05-15T23:13:06.035Z (18 days ago)
- Topics: docopt, python
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# docopt-v2
Docopt App with Advanced Concepts[](https://coveralls.io/github/kimobrian/docopt-v2?branch=develop)
## Usage
Start application with `python app.py -i`
To get usage on commands, do:
```sh
help # See usage on all commands
help command_name # Usage on single command
```