generated from PlexSheep/rs-base
Compare commits
3 commits
d9c921ef9c
...
32af8c19da
Author | SHA1 | Date | |
---|---|---|---|
|
32af8c19da | ||
348613cbf8 | |||
e96bb48e4d |
1 changed files with 1 additions and 1 deletions
|
@ -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 {
|
||||
|
|
Reference in a new issue