feat: Update cli interface

This commit is contained in:
Dheepak Krishnamurthy 2021-12-31 23:58:09 -07:00
parent d8176e01df
commit 8342ce05af
8 changed files with 137 additions and 13 deletions

7
Cargo.lock generated
View file

@ -1109,6 +1109,12 @@ dependencies = [
"winapi",
]
[[package]]
name = "path-clean"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecba01bf2678719532c5e3059e0b5f0811273d94b397088b82e3bd0a78c78fdd"
[[package]]
name = "pin-project-lite"
version = "0.2.7"
@ -1487,6 +1493,7 @@ dependencies = [
"lazy_static",
"log",
"log4rs",
"path-clean",
"rand",
"regex",
"rustyline",