mirror of
https://github.com/nushell/nushell
synced 2024-12-27 05:23:11 +00:00
add help --find to help doc (#890)
This commit is contained in:
parent
3c8716873e
commit
95a5e9229a
1 changed files with 1 additions and 0 deletions
|
@ -234,6 +234,7 @@ fn help(
|
|||
Here are some tips to help you get started.
|
||||
* help commands - list all available commands
|
||||
* help <command name> - display help about a particular command
|
||||
* help --find <text to search> - search through all of help
|
||||
|
||||
Nushell works on the idea of a "pipeline". Pipelines are commands connected with the '|' character.
|
||||
Each stage in the pipeline works together to load, parse, and display information to you.
|
||||
|
|
Loading…
Reference in a new issue