mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 22:17:49 +02:00
Restructure and make commands uniform
This commit is contained in:
@ -3,7 +3,7 @@ use std::collections::BTreeMap;
|
||||
|
||||
#[allow(unused)]
|
||||
crate struct Completer {
|
||||
commands: BTreeMap<String, Box<dyn crate::CommandBlueprint>>,
|
||||
commands: BTreeMap<String, Box<dyn crate::Command>>,
|
||||
}
|
||||
|
||||
impl completion::Completer for Completer {
|
||||
|
Reference in New Issue
Block a user