Add comments and ctrl+c not exiting

This commit is contained in:
Arthur Beck 2025-05-02 15:56:49 -05:00
parent ea6c94a584
commit 41c3ffcf54
Signed by: ArthurB
GPG key ID: CA200B389F0F6BC9
3 changed files with 131 additions and 60 deletions

View file

@ -5,6 +5,7 @@ edition = "2024"
[dependencies]
clap = { version = "4.5.37", features = ["derive", "env"] }
ctrlc = "3.4.6"
hostname = "0.4.1"
users = "0.11.0"