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:
Andrés N. Robalino
2019-08-29 17:52:32 -05:00
parent ce2d247367
commit ca0c6eaf58
86 changed files with 1180 additions and 453 deletions

View File

@ -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),