Add which command

This commit is contained in:
Jonathan Turner
2019-08-10 19:06:08 +12:00
parent 1662824a5c
commit c97578bf6e
3 changed files with 73 additions and 0 deletions

View File

@ -191,6 +191,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
static_command(Save),
static_command(Table),
static_command(VTable),
static_command(Which),
]);
}
let _ = load_plugins(&mut context);