Compare commits

..

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

View file

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