feat(homelab): start implementing route generation
This commit is contained in:
9
nix/homelab/src/commands.rs
Normal file
9
nix/homelab/src/commands.rs
Normal file
@@ -0,0 +1,9 @@
|
||||
pub mod generate_routes;
|
||||
|
||||
use clap::Subcommand;
|
||||
|
||||
#[derive(Subcommand, Debug)]
|
||||
pub enum Commands {
|
||||
/// generate gateway api routes
|
||||
GenerateRoutes,
|
||||
}
|
||||
Reference in New Issue
Block a user