refactor clap into a separate file

Signed-off-by: strawberry <strawberry@puppygock.gay>
This commit is contained in:
Charles Hall 2024-03-12 22:20:03 -04:00 committed by June
parent 5454b653fe
commit 3160a36634
4 changed files with 20 additions and 13 deletions

View file

@ -1,4 +1,5 @@
pub mod api;
pub mod clap;
mod config;
mod database;
mod service;