mirror of
https://github.com/nushell/nushell.git
synced 2025-06-30 22:50:14 +02:00
This commit introduces a basic help feature. We can go to it
with the `help` command to explore and list all commands available. Enter will also try to see if the location to be entered is an existing Nu command, if it is it will let you inspect the command under `help`. This provides baseline needed so we can iterate on it.
This commit is contained in:
@ -212,6 +212,7 @@ pub async fn cli() -> Result<(), Box<dyn Error>> {
|
||||
whole_stream_command(Config),
|
||||
whole_stream_command(SkipWhile),
|
||||
per_item_command(Enter),
|
||||
per_item_command(Help),
|
||||
whole_stream_command(Exit),
|
||||
whole_stream_command(Autoview),
|
||||
per_item_command(Cpy),
|
||||
|
Reference in New Issue
Block a user