Set up folder structure for the command handlers.
This commit is contained in:
@@ -5,6 +5,7 @@ use clap::Parser;
|
||||
use self::cli::parameters::Cli;
|
||||
use self::cli::parameters::Commands;
|
||||
mod cli;
|
||||
mod command;
|
||||
|
||||
fn main() -> Result<ExitCode, Box<dyn std::error::Error>> {
|
||||
let rt = tokio::runtime::Runtime::new()?;
|
||||
|
||||
Reference in New Issue
Block a user