feat: cmd_test
This commit is contained in:
@@ -9,8 +9,7 @@ use cmd::{Command, CommandError};
|
||||
|
||||
fn main() -> CommandError {
|
||||
let commands: Vec<Box<dyn Command>> = vec![
|
||||
// Box::new(cmd_elf::CommandElf),
|
||||
// Box::new(cmd_show::CommandShow),
|
||||
Box::new(cmd_test::CommandImpl)
|
||||
];
|
||||
let mut app = App::new(env!("CARGO_PKG_NAME"))
|
||||
.version(env!("CARGO_PKG_VERSION"))
|
||||
|
||||
Reference in New Issue
Block a user