-
Notifications
You must be signed in to change notification settings - Fork 530
Closed
Labels
good first issueGood for newcomersGood for newcomers
Description
Example taken from https://www.nushell.sh/book/pipelines.html#when-does-in-change-and-when-can-it-be-reused but are many places in the documentation:
> ls / | get name; $in | describe
nothing
Should be split in two and the prefixed >
should be removed:
ls / | get name; $in | describe
nothing
Because many readers allow copying a code block and that is practical for pasting and executing: Like it does here in gitlab PR reader.
Now I have to manually select the code I want executed and that is tedious.
PS: It seems like the documentation is not consistent on this, some places it looks as I suggest.
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers