initial helm support/scaffolding

This commit is contained in:
2025-04-23 14:09:20 -04:00
parent 0bc17d1dc7
commit b7dd3b50d9
8 changed files with 102 additions and 37 deletions

View File

@@ -19,6 +19,7 @@ async fn main() {
harmony_cli::init(maestro, None).await.unwrap();
}
#[allow(unused)]
use assert_cmd::Command;
#[test]