Compare commits

..

3 commits

Author SHA1 Message Date
PlexSheep
32af8c19da automatic cargo CI changes 2024-05-10 14:01:14 +00:00
348613cbf8 fix cli interface to not need a format flag
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m21s
2024-05-10 15:59:57 +02:00
e96bb48e4d first working version
All checks were successful
cargo devel CI / cargo CI (push) Successful in 1m14s
2024-05-10 15:55:24 +02:00

View file

@ -6,7 +6,7 @@
use clap::{ArgGroup, Parser};
use clap_num::maybe_hex;
pub type Num = u128;
pub type Num = usize;
#[derive(Copy, Clone, Debug)]
enum Format {