Module elements

Module elements 

Source
Expand description

User config elements.

Structs§

CommandNameAndArgs
A command with optional arguments and environment variables.
DefaultRecordConfig
Default record configuration with all values required.
DeserializedRecordConfig
Record configuration in user config.
RecordConfig
Resolved record configuration after applying defaults.
StreampagerConfig
Resolved streampager configuration.
UiConfig
Resolved UI configuration after applying overrides.

Enums§

PagerSetting
Controls which pager to use for output that benefits from scrolling.
PaginateSetting
Controls when to paginate output.
StreampagerInterface
Interface mode for the builtin streampager.
StreampagerWrapping
Text wrapping mode for the builtin streampager.
UiShowProgress
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.