added a WhoAmI command

This commit is contained in:
2025-07-12 12:04:53 +02:00
parent aad562cb2d
commit 358b16249e
6 changed files with 34 additions and 13 deletions
+1
View File
@@ -10,6 +10,7 @@ mod cmds {
pub mod reload_cfg;
pub mod send;
pub mod stop;
pub mod whoami;
}
mod re_cmds {
pub mod add;