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

@@ -34,6 +34,7 @@ k8s-openapi = { version = "0.24.0", features = ["v1_30"] }
serde_yaml = "0.9.34"
serde-value = "0.7.0"
http = "1.2.0"
inquire = "0.7.5"
[workspace.dependencies.uuid]
version = "1.11.0"