python-click/examples/complex
2021-10-09 21:31:57 -04:00
..
complex New upstream version 8.0.2 2021-10-09 21:31:57 -04:00
README Imported Upstream version 3.3 2014-10-16 14:40:34 -04:00
setup.py New upstream version 7.1.2 2020-07-21 02:23:42 -04:00

$ complex_

  complex is an example of building very complex cli
  applications that load subcommands dynamically from
  a plugin folder and other things.

  All the commands are implemented as plugins in the
  `complex.commands` package.  If a python module is
  placed named "cmd_foo" it will show up as "foo"
  command and the `cli` object within it will be
  loaded as nested Click command.

Usage:

  $ pip install --editable .
  $ complex --help