mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
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:
@@ -26,6 +26,7 @@ strip = true
|
||||
[dependencies]
|
||||
anyhow = "1.0.68"
|
||||
api_client = { path = "api_client" }
|
||||
argh = "0.1.9"
|
||||
clap = { version = "4.0.32", features = ["wrap_help","cargo","string"] }
|
||||
epoll = "4.3.1"
|
||||
event_monitor = { path = "event_monitor" }
|
||||
|
||||
Reference in New Issue
Block a user