Skip to main content

NUMBER_FORMAT_VALUES

Constant NUMBER_FORMAT_VALUES 

Source
pub const NUMBER_FORMAT_VALUES: &[&str];
Expand description

Accepted values for --number-format.

This crate cannot depend on datui-lib (the dependency runs the other way), so the list is duplicated here to give clap proper --help output and shell completion. number_format_values_match_presets in datui-lib asserts the two lists stay in sync.