v0.3.2 #18

Merged
PlexSheep merged 7 commits from devel into master 2024-05-16 17:52:34 +02:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit f4b8927a6a - Show all commits

View File

@ -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.