Add clap cmdline args to unshell-server

This commit is contained in:
Michael Mikovsky
2025-12-01 09:54:12 -07:00
parent b321528fcd
commit 97bd45571b
6 changed files with 158 additions and 2 deletions
+1
View File
@@ -1,4 +1,5 @@
// #![macro_use]
mod api;
mod database;
pub use api::app::start_api;