Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show link to Groups setion #213

Merged
merged 1 commit into from
Mar 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Show link to Groups setion
I was looking at this page and was confused by this line cause I couldn't search "Command groups" page neither by "Command" nor by "group".

After that I came across https://www.nushell.sh/book/types_of_data.html#groups, and thought it would be useful to show the link instead of the ambiguous expression.
  • Loading branch information
kyoheiu authored Dec 12, 2021
commit ebbe9a59039c815fd759351b480833be5bfdcbd0
2 changes: 1 addition & 1 deletion book/scripts.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ a
b; c | d
```

When this script is run, Nushell will first run the `a` command to completion and view its results. Next, Nushell will run `b; c | d` following the rules in the "Command groups" section.
When this script is run, Nushell will first run the `a` command to completion and view its results. Next, Nushell will run `b; c | d` following the rules in the ["Groups" section](https://www.nushell.sh/book/types_of_data.html#groups).

## Parameterizing Scripts

Expand Down