click-extra - Click Extra CLI.
click-extra [OPTIONS] COMMAND [ARGS]...
- 8color
- Render all standard 8-color foreground/background combinations.
- colors
- Render every foreground color against every background color.
- gradient
- Render 24-bit RGB gradients vs. their 256-color quantized
equivalents.
- help
- Show help for a command.
- man
- Render the man page of an external Click CLI.
- palette
- Render a compact 256-color indexed swatch.
- prebake
- Pre-bake build-time metadata into Python source files.
- show-params
- Show parameters of an external Click CLI.
- styles
- Render every color with each text style (bold, dim, italic, etc.).
- wrap
- Apply Click Extra help colorization to any Click CLI.
- Measure and print elapsed execution time.
- Location of the configuration file. Supports local path with glob patterns
or remote URL.
- Validate the configuration file and exit.
- Accessibility mode: disable colors and render tables in a plain,
screen-reader-friendly format.
- Strip out all colors and all ANSI codes from output.
- Color theme used for help screens.
- Show all CLI parameters, their provenance, defaults and value, then
exit.
- Rendering style of tables.
- Either CRITICAL, ERROR, WARNING, INFO, DEBUG.
- Show the command's man page (roff) and exit.
- Show the version and exit.
- Show this message and exit.
~/.config/click-extra/{*.toml,*.yaml,*.yml,*.json,*.json5,*.jsonc,*.hjson,*.ini,*.xml,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.