feat: Use inquire::Confirm instead of raw std::io::Read for K8sAnywhere installation confirmation prompt

This commit is contained in:
2025-04-23 11:56:55 -04:00
parent 45668638e1
commit 213fb25686
5 changed files with 10 additions and 12 deletions

View File

@@ -10,7 +10,7 @@ assert_cmd = "2.0.17"
clap = { version = "4.5.35", features = ["derive"] }
harmony = { path = "../harmony" }
harmony_tui = { path = "../harmony_tui", optional = true }
inquire = "0.7.5"
inquire.workspace = true
tokio.workspace = true