Re-introduce history command

This commit is contained in:
Lucas Soriano del Pino 2020-11-05 16:55:30 +11:00 committed by rishflab
parent 0f1a77fa21
commit 09773dd15b
3 changed files with 22 additions and 4 deletions

View file

@ -33,4 +33,5 @@ pub enum Options {
#[structopt(long = "tor")]
tor: bool,
},
History,
}