generated from PlexSheep/rs-base
v0.3.2 #18
|
@ -69,7 +69,7 @@ pub struct FormatOptions {
|
||||||
/// format to base32
|
/// format to base32
|
||||||
base32: bool,
|
base32: bool,
|
||||||
#[clap(value_parser=numf_parser::<NumberType>, required=false)]
|
#[clap(value_parser=numf_parser::<NumberType>, required=false)]
|
||||||
/// at least one number that should be formatted
|
/// numbers that should be formatted
|
||||||
///
|
///
|
||||||
/// Any of the [Formats](Format::format) are supported, but the prefixes are needed for formats
|
/// Any of the [Formats](Format::format) are supported, but the prefixes are needed for formats
|
||||||
/// other than decimal.
|
/// other than decimal.
|
||||||
|
|
Reference in New Issue