From 95a5e9229a443f26c98cdda307ed32381f798adc Mon Sep 17 00:00:00 2001 From: Michael Angerman <1809991+stormasm@users.noreply.github.com> Date: Sun, 30 Jan 2022 02:54:15 -0800 Subject: [PATCH] add help --find to help doc (#890) --- crates/nu-command/src/core_commands/help.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/nu-command/src/core_commands/help.rs b/crates/nu-command/src/core_commands/help.rs index 141a8a513a..f0aa181143 100644 --- a/crates/nu-command/src/core_commands/help.rs +++ b/crates/nu-command/src/core_commands/help.rs @@ -234,6 +234,7 @@ fn help( Here are some tips to help you get started. * help commands - list all available commands * help - display help about a particular command + * help --find - 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.