mirror of
https://github.com/nushell/nushell.git
synced 2025-08-12 15:08:13 +02:00
Add which command
This commit is contained in:
@ -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);
|
||||
|
Reference in New Issue
Block a user