ch-remote: switch to argh

Since argh does not support `--option=value`, we need to change the
integration test code to become `--option value`.

Signed-off-by: Wei Liu <liuwe@microsoft.com>
This commit is contained in:
Wei Liu
2023-01-13 00:50:53 +00:00
committed by Rob Bradford
parent 1ba995d952
commit d5558aea2a
4 changed files with 395 additions and 375 deletions

1
Cargo.lock generated
View File

@@ -177,6 +177,7 @@ version = "29.0.0"
dependencies = [
"anyhow",
"api_client",
"argh",
"clap",
"dirs",
"epoll",