generated from PlexSheep/rs-base
Compare commits
3 commits
32af8c19da
...
d9c921ef9c
Author | SHA1 | Date | |
---|---|---|---|
d9c921ef9c | |||
df621fdb6d | |||
6c66c285a0 |
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 = usize;
|
||||
pub type Num = u128;
|
||||
|
||||
#[derive(Copy, Clone, Debug)]
|
||||
enum Format {
|
||||
|
|
Reference in a new issue