nushell/nushell

Idea: `help about` subcommand

Open

#9,109 opened on May 5, 2023

View on GitHub
 (8 comments) (0 reactions) (0 assignees)Rust (39,478 stars) (2,129 forks)batch import
A:help-systemA:std-librarycategory:documentationcategory:enhancementgood first issue

Description

Related problem

Current Nu help doesn't have any explanation for core concepts you need to know to work with Nu: the various quotes for string literals, pipelines. These are explained in the book, but are not available at a command prompt.

Describe the solution you'd like

A help about subcommand with articles about general language concepts or syntax that aren't specific to one command or module. These articles should be discoverable through help --find, like other types of help content.

Describe alternatives you've considered

No response

Additional context and details

Based on Powershell, which has a series of about_* articles. Hopefully, Nu's equivalent would be a bit less pedantic and verbose.

Contributor guide

Idea: `help about` subcommand · nushell/nushell#9109 | Good First Issue