Skip to content

config nu --doc doesn't exist #1710

@yanis-fourel

Description

@yanis-fourel

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

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions