Start implementing "list"
This commit is contained in:
parent
44287d2162
commit
8c380aa3ae
1 changed files with 6 additions and 1 deletions
|
@ -1,5 +1,10 @@
|
|||
use libimagrt::runtime::Runtime;
|
||||
|
||||
pub fn list(rt: &Runtime) {
|
||||
unimplemented!();
|
||||
rt.cli()
|
||||
.subcommand_matches("list")
|
||||
.map(|scmd| {
|
||||
debug!("Found 'list' subcommand...");
|
||||
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue