generated from PlexSheep/rs-base
Compare commits
No commits in common. "bd7a000968160d6ce42355bd4ed44029e328d210" and "d3423a92b3c3321ea0451b5f01deb81f74712f13" have entirely different histories.
bd7a000968
...
d3423a92b3
1 changed files with 1 additions and 1 deletions
|
@ -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)
|
||||
|
|
Reference in a new issue