Added emunand info and install-missing commands to rustii CLI

These were grueling to port. There's just so much printing and format converting to deal with. Ugh. At least it's done now.
This commit is contained in:
2025-05-03 23:43:02 -04:00
parent 26138c02be
commit 94e0be0eef
7 changed files with 459 additions and 30 deletions

View File

@@ -37,3 +37,4 @@ anyhow = "1"
thiserror = "2"
reqwest = { version = "0", features = ["blocking"] }
rand = "0"
walkdir = "2"