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.