Disable resumption
This commit is contained in:
parent
b51a09795f
commit
9bb6e4fe9d
5 changed files with 152 additions and 10 deletions
|
|
@ -94,6 +94,7 @@ static RECORDS: StaticCell<Records> = StaticCell::new();
|
|||
|
||||
#[tokio::main]
|
||||
async fn main() {
|
||||
env_logger::init();
|
||||
let opt: Opt = argp::parse_args_or_exit(argp::DEFAULT);
|
||||
|
||||
match opt.subcommand {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue