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:
parent
fa22cb0be5
commit
d1f337aef1
3 changed files with 570 additions and 426 deletions
1
Cargo.lock
generated
1
Cargo.lock
generated
|
|
@ -449,7 +449,6 @@ version = "35.0.0"
|
|||
dependencies = [
|
||||
"anyhow",
|
||||
"api_client",
|
||||
"argh",
|
||||
"clap",
|
||||
"dhat",
|
||||
"dirs",
|
||||
|
|
|
|||
|
|
@ -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
Loading…
Add table
Add a link
Reference in a new issue