allow interactive commands

This commit is contained in:
PinStraw
2025-04-04 17:37:44 -04:00
parent 5a557e63c2
commit 2ca1aed24a
3 changed files with 129 additions and 39 deletions

View File

@@ -1,12 +1,13 @@
[package]
name = "cr-shell"
name = "chg-shell"
version = "0.1.0"
edition = "2021"
[dependencies]
inquire = "0.7.5"
libc = "0.2.171"
regex = "1.11.1"
[[bin]]
name = "cr-shell"
name = "chg-shell"
path = "main.rs"