mirror of
https://github.com/nushell/nushell.git
synced 2025-08-17 09:11:40 +02:00
Add size command
This commit is contained in:
@ -17,7 +17,7 @@ impl Completer for NuCompleter {
|
||||
) -> rustyline::Result<(usize, Vec<completion::Pair>)> {
|
||||
let commands = [
|
||||
"ps", "ls", "cd", "view", "skip", "take", "select", "reject", "to-array", "where",
|
||||
"sort-by",
|
||||
"sort-by", "size",
|
||||
];
|
||||
|
||||
let mut completions = self.file_completer.complete(line, pos, context)?.1;
|
||||
|
Reference in New Issue
Block a user