An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# docopt-v2
Docopt App with Advanced Concepts

[![Coverage Status](https://coveralls.io/repos/github/kimobrian/docopt-v2/badge.svg?branch=develop)](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
```