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

Fix minor errors in book #1694

Merged
merged 5 commits into from
Dec 22, 2024
Merged

Fix minor errors in book #1694

merged 5 commits into from
Dec 22, 2024

Conversation

HartBlanc
Copy link
Contributor

Just fixing some minor errors I noticed while reading the book!

book/configuration.md Outdated Show resolved Hide resolved
@@ -453,7 +453,7 @@ drwxr-xr-x@ 4 pengs admin 128 14 Nov 13:42 en
(Actually, for this simple usage you can just use [`find`](/commands/docs/find.md))

```nu
> ls /usr/share/nvim/runtime/ | get name | find tutor | ^ls -al $in
> ls /usr/share/nvim/runtime/ | get name | find tutor | ansi strip | ^ls -al ...$in
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks! Putting a pin in here that we should change that once we get rid of the find-inserts-ANSI pathology. nushell/nushell#11899

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm glad to see this is being reviewed - it certainly tripped me up!

@NotTheDr01ds NotTheDr01ds merged commit 5ddd366 into nushell:main Dec 22, 2024
2 checks passed
@NotTheDr01ds
Copy link
Contributor

Thanks for reading, reviewing, catching, and fixing these! Merged!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants