Skip to main content

Crate rich_click_rs

Crate rich_click_rs 

Source
Expand description

rich-click-rs

Rich help formatting for click-rs using rich-rs renderables.

Macros§

rich_main
rich_main_group
rich_main_group_with_errors
rich_main_with_errors

Structs§

GroupConfig
PanelConfig
Panel configuration for help sections.
RichCliRunner
Test runner that renders rich help and errors (off by default in production).
RichHelpConfig
Rich help configuration (subset of rich-click options).
RichHelpConfigBuilder
RichHelpRenderer
Rich help renderer.
TableConfig
Table configuration for option/command tables.
ThemeError

Enums§

ColorSystemMode
TextMarkup

Traits§

RichHelp
Extension trait for getting rich help output.
RichMainExt

Functions§

list_themes
main_rich_command
Run a command with rich help output when –help is requested.
main_rich_command_with_errors
Run a command with rich help output and rich error rendering.
main_rich_group
Run a group with rich help output when –help is requested.
main_rich_group_with_errors
Run a group with rich help output and rich error rendering.