click-extra - Click Extra CLI.
click-extra [OPTIONS] COMMAND [ARGS]...
- --config
LOCATION
- Location of the configuration file. Supports local path with glob patterns
or remote URL.
- --no-config
- Ignore all configuration files and only use command line parameters and
environment variables.
- --validate-config
LOCATION
- Validate the configuration file and exit.
- --export-config
FORMAT
- Export the configuration in the selected format to <stdout>, then
exit.
[values: toml, yaml, json, json5, jsonc, hjson, xml, plist]
- --accessible
- Accessibility mode: disable colors and render tables in a borderless,
screen-reader-friendly format.
- --color[=auto|always|never]
- Colorize the output. A bare --color is the same as --color=always.
- --no-color
- Disable colorization (alias of --color=never).
- --progress /
--no-progress
- Show progress indicators during long operations. Disabled for
non-interactive output (pipes, dumb terminals, CI) and by
--accessible.
- --theme
[auto|dark|dracula|light|manpage|monokai|nord|solarized-dark]
- Color theme used for help screens.
- --table-format
FORMAT
- Rendering style of tables.
[values: aligned, asciidoc, colon-grid, csv, csv-excel, csv-excel-tab,
csv-unix, double-grid, double-outline, fancy-grid, fancy-outline, github,
grid, heavy-grid, heavy-outline, hjson, html, jira, json, json5, jsonc,
latex, latex-booktabs, latex-longtable, latex-raw, mediawiki, mixed-grid,
mixed-outline, moinmoin, orgtbl, outline, pipe, plain, presto, pretty,
psql, rounded-grid, rounded-outline, rst, simple, simple-grid,
simple-outline, textile, toml, tsv, unsafehtml, vertical, xml, yaml,
youtrack]
- --verbosity
LEVEL
- Either CRITICAL, ERROR, WARNING, INFO, DEBUG.
[values: CRITICAL, ERROR, WARNING, INFO, DEBUG]
- --verbose /
-v
- Increase the default WARNING verbosity by one level for each additional
repetition of the option.
- --quiet /
-q
- Decrease the default WARNING verbosity by one level for each additional
repetition of the option.
- --debug
- Shorthand for --verbosity DEBUG.
- 8color
- Render all standard 8-color foreground/background combinations.
- colors
- Render every foreground color against every background color.
- convert-to-myst
- Convert reST docstrings to MyST markdown in Python source files.
- gradient
- Render 24-bit RGB gradients beside their 256-color quantized
equivalents.
- help
- Show help for a command.
- palette
- Render a compact 256-color indexed swatch.
- prebake
- Pre-bake build-time metadata into Python source files.
- refresh-directives
- Refresh the self-updating blocks embedded in Markdown files.
- screenshot
- Capture a command's colored output and write it as an image or HTML.
- snippet
- Highlight a source file and write it as an image or HTML.
- spinner
- Animate the spinner widget; --table lists the catalog instead.
- styles
- Render every color with each text style (bold, dim, italic, etc.).
- test-suite
- Run declarative CLI test cases against a command or binary.
- themes
- Render a sample help screen under every built-in theme, one after
another.
- trail
- Trace a simulated batch of operations behind an operation trail.
- wrap
(run)
- Run, or introspect, any Click CLI through Click Extra.
- Show this message and exit.
- Location of the configuration file. Supports local path with glob patterns
or remote URL.
- Validate the configuration file and exit.
- Export the configuration in the selected format to <stdout>, then
exit.
- Accessibility mode: disable colors and render tables in a borderless,
screen-reader-friendly format.
- Colorize the output. A bare --color is the same as --color=always.
- Disable colorization (alias of --color=never).
- Show progress indicators during long operations. Disabled for
non-interactive output (pipes, dumb terminals, CI) and by
--accessible.
- Color theme used for help screens.
- Rendering style of tables.
- Either CRITICAL, ERROR, WARNING, INFO, DEBUG.
- Increase the default WARNING verbosity by one level for each additional
repetition of the option.
- Decrease the default WARNING verbosity by one level for each additional
repetition of the option.
- Shorthand for --verbosity DEBUG.
- Measure and print elapsed execution time.
- Show all CLI parameters, their provenance, defaults and value, then
exit.
- Show the tree of nested subcommands and exit.
- Read the command's manual page and exit.
- Render the command in the given format and exit.
- Show the version and exit.
~/.config/click-extra/{*.toml,*.yaml,*.yml,*.json,*.json5,*.jwcc,*.jsonc,*.hjson,*.ini,*.xml,*.plist,*.sqlite,*.sqlite3,*.conf,pyproject.toml}
- 0
- Success.
- 1
- A runtime error, or an aborted prompt (Ctrl-C, a declined
confirmation).
- 2
- A usage error: unknown option, invalid value, missing operand, or an
unparsable configuration file.