-
Notifications
You must be signed in to change notification settings - Fork 536
Closed
Description
In the page https://www.nushell.sh/book/configuration.html#quickstart
It says:
Add commands to this file that should run each time Nushell starts. A good first example might be the buffer_editor setting above.
You can find a detailed list of available settings using:config nu --doc | nu-highlight | less -R
However when I run it I get
> config nu --doc | nu-highlight | less -R
Error: nu::parser::unknown_flag
× The `config nu` command doesn't have flag `doc`.
╭─[entry #4:1:12]
1 │ config nu --doc | nu-highlight | less -R
· ──┬──
· ╰── unknown flag
╰────
help: Available flags: --help(-h), --default(-d). Use `--help` for more information.
Same thing with
To view a simplified version of this documentation from inside Nushell, run:
config env --doc | nu-highlight | less -R
after the TOC
It probably doesn't exist anymore.
Metadata
Metadata
Assignees
Labels
No labels