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