extracted the execution code of the command

This commit is contained in:
2023-01-26 17:38:44 +01:00
parent 90955bdc40
commit 2850dd444c
5 changed files with 155 additions and 129 deletions

View File

@@ -5,6 +5,7 @@ use traits::Command;
use self::build::Build;
pub mod traits;
pub mod executions;
mod build;
pub struct CommandRegistry {