ch-remote: switch to clap

Porting back using clap crate

Signed-off-by: Ravi kumar Veeramally <ravikumar.veeramally@intel.com>
This commit is contained in:
Ravi kumar Veeramally 2023-09-21 19:57:25 +03:00 committed by Bo Chen
parent fa22cb0be5
commit d1f337aef1
3 changed files with 570 additions and 426 deletions

1
Cargo.lock generated
View File

@ -449,7 +449,6 @@ version = "35.0.0"
dependencies = [
"anyhow",
"api_client",
"argh",
"clap",
"dhat",
"dirs",

View File

@ -31,7 +31,6 @@ debug = true
[dependencies]
anyhow = "1.0.75"
api_client = { path = "api_client" }
argh = "0.1.9"
clap = { version = "4.3.11", features = ["string"] }
dhat = { version = "0.3.2", optional = true }
epoll = "4.3.3"

File diff suppressed because it is too large Load Diff