Skip to main content

delete_in_days_parser

Function delete_in_days_parser 

Source
fn delete_in_days_parser() -> impl TypedValueParser<Value = u64>
Expand description

Clap value parser for --deleteInDays. Restricts input to the legacy-CLI allowed set (also surfaced in --help) and maps it back to the u64 field type.