Searched refs:docopt (Results 1 - 2 of 2) sorted by relevance

/external/fmtlib/support/
H A Dmanage.py11 import datetime, docopt, fileinput, json, os namespace
231 args = docopt.docopt(__doc__)
H A Ddocopt.py3 * http://docopt.org
4 * Repository and issue-tracker: https://github.com/docopt/docopt
13 __all__ = ['docopt']
490 def docopt(doc, argv=None, help=True, version=None, options_first=False): function
493 `docopt` creates your command-line interface based on its
524 >>> from docopt import docopt
536 >>> docopt(doc, argv)
548 * For video introduction see http://docopt
[all...]

Completed in 111 milliseconds