CLI

CLI

Command Line Interface based on click.

Copied from http://chase-seibert.github.io/blog /2014/03/21/python-multilevel-argparse.html. No relation, I don’t think. ;)

class firetable.cli.CLI(raw_args)[source]

Bases: object

delete()[source]
get(raw_args)[source]
patch()[source]
post()[source]
put()[source]
firetable.cli.fire()[source]
class firetable.cli.CLI(raw_args)[source]

Bases: object

delete()[source]
get(raw_args)[source]
patch()[source]
post()[source]
put()[source]