Rename bat -> view

This commit is contained in:
Jonathan Turner
2019-05-18 07:15:22 -07:00
parent 447356cb96
commit 2e2831de95
4 changed files with 5 additions and 5 deletions

View File

@ -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",
];