mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 22:07:57 +02:00
Small restructuring
This commit is contained in:
@ -1,9 +1,10 @@
|
||||
use crate::prelude::*;
|
||||
use rustyline::{completion, Context};
|
||||
use std::collections::BTreeMap;
|
||||
|
||||
#[allow(unused)]
|
||||
crate struct Completer {
|
||||
commands: BTreeMap<String, Box<dyn crate::Command>>,
|
||||
commands: BTreeMap<String, Box<dyn Command>>,
|
||||
}
|
||||
|
||||
impl completion::Completer for Completer {
|
||||
|
Reference in New Issue
Block a user