more commands incoming

This commit is contained in:
2024-02-13 23:00:54 +01:00
parent 8fa86b0182
commit 639fd7775f
24 changed files with 127 additions and 48 deletions

View File

@@ -1,7 +1,9 @@
pub mod ping;
pub mod register;
pub mod help;
pub mod posix;
pub use ping::ping;
pub use register::register;
pub use help::help;
pub use posix::posix;