mirror of
https://github.com/nushell/nushell.git
synced 2025-05-05 15:32:56 +00:00
docs(explore): Add ":nu" back to the help text (#15644)
# Description Looks like `:nu` was forgotten about when the help system was refactored. # User-Facing Changes # Tests + Formatting # After Submitting Co-authored-by: Bahex <17417311+Bahex@users.noreply.github.com>
This commit is contained in:
parent
11cdb94699
commit
0389815137
@ -38,6 +38,7 @@ Drill down into records+tables: Press <Enter> to select a cell, move around wit
|
||||
Expand (show all nested data): Press "e"
|
||||
Open this help page : Type ":help" then <Enter>
|
||||
Open an interactive REPL: Type ":try" then <Enter>
|
||||
Run a Nushell command: Type ":nu <command>" then <Enter>. The data currently being explored is piped into it.
|
||||
Scroll up: Press "Page Up", Ctrl+B, or Alt+V
|
||||
Scroll down: Press "Page Down", Ctrl+F, or Ctrl+V
|
||||
Exit Explore: Type ":q" then <Enter>, or Ctrl+D. Alternately, press <Esc> or "q" until Explore exits
|
||||
|
Loading…
x
Reference in New Issue
Block a user