mirror of
https://github.com/nushell/nushell.git
synced 2025-08-09 22:47:43 +02:00
Rename bat -> view
This commit is contained in:
@ -16,7 +16,7 @@ impl Completer for NuCompleter {
|
||||
context: &rustyline::Context,
|
||||
) -> rustyline::Result<(usize, Vec<completion::Pair>)> {
|
||||
let commands = [
|
||||
"ps", "ls", "cd", "bat", "skip", "take", "select", "reject", "to-array", "where",
|
||||
"ps", "ls", "cd", "view", "skip", "take", "select", "reject", "to-array", "where",
|
||||
"sort-by",
|
||||
];
|
||||
|
||||
|
Reference in New Issue
Block a user