FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
click/examples/complex/README at main · atulk-code/click · GitHub
atulk-code
/
click
Public
forked from
pallets/click
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
click
/
examples
/
complex
/
README
Copy path
More file actions
More file actions
Latest commit
History
History
History
16 lines (12 loc) · 452 Bytes
Breadcrumbs
click
/
examples
/
complex
/
README
Copy path
File metadata and controls
16 lines (12 loc) · 452 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$ 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
Back
|
FazBrowse Home
|
New Git URL