Expand description
User config elements.
Structs§
- Command
Name AndArgs - A command with optional arguments and environment variables.
- Default
Record Config - Default record configuration with all values required.
- Deserialized
Record Config - Record configuration in user config.
- Record
Config - Resolved record configuration after applying defaults.
- Streampager
Config - Resolved streampager configuration.
- UiConfig
- Resolved UI configuration after applying overrides.
Enums§
- Pager
Setting - Controls which pager to use for output that benefits from scrolling.
- Paginate
Setting - Controls when to paginate output.
- Streampager
Interface - Interface mode for the builtin streampager.
- Streampager
Wrapping - Text wrapping mode for the builtin streampager.
- UiShow
Progress - Show progress setting for UI configuration.
Constants§
- BUILTIN_
PAGER_ NAME - The special string that indicates the builtin pager should be used.
- MAX_
MAX_ OUTPUT_ SIZE - Maximum allowed value for
max_output_size. - MIN_
MAX_ OUTPUT_ SIZE - Minimum allowed value for
max_output_size.