src/cli/command.rs: add help command
This commit is contained in:
@ -236,5 +236,5 @@ fn main() {
|
||||
.insert("garbage-collect".to_owned(), garbage_collect_cmd_def.into())
|
||||
.insert("list".to_owned(), list_cmd_def.into());
|
||||
|
||||
run_cli_command(&cmd_def.into());
|
||||
run_cli_command(cmd_def.into());
|
||||
}
|
||||
|
Reference in New Issue
Block a user