hypha: implement subcommands and introduce destroy that tears things down properly

This commit is contained in:
Alex Zenla
2024-01-21 01:58:07 -08:00
parent ba156e43da
commit ece88e16cc
8 changed files with 228 additions and 46 deletions

View File

@ -25,6 +25,9 @@ url = "2.5.0"
ureq = "2.9.1"
path-clean = "1.0.1"
[dependencies.xenstore]
path = "../xenstore"
[dependencies.clap]
version = "4.4.18"
features = ["derive"]