Compare commits

..

No commits in common. "bd7a000968160d6ce42355bd4ed44029e328d210" and "d3423a92b3c3321ea0451b5f01deb81f74712f13" have entirely different histories.

View file

@ -31,7 +31,7 @@ struct Cli {
#[arg(short, long)] #[arg(short, long)]
/// format to octal /// format to octal
oct: bool, oct: bool,
#[clap(value_parser=maybe_hex::<Num>, required=true)] #[clap(value_parser=maybe_hex::<Num>)]
/// at least one number that should be formatted /// at least one number that should be formatted
/// ///
/// supports either base 10 or base 16 inputs (with 0xaaaa) /// supports either base 10 or base 16 inputs (with 0xaaaa)