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 globbing #187

Closed
wants to merge 2 commits into from
Closed

fix globbing #187

wants to merge 2 commits into from

Conversation

amtoine
Copy link
Owner

@amtoine amtoine commented Mar 6, 2024

this comes with the new release of Nushell: 0.91.0.

this PR changes all occurences of ** in a path given to ls.

Note
glob does not need to be updated as per the release note

@amtoine amtoine added the fix A fix for a bug label Mar 6, 2024
@amtoine
Copy link
Owner Author

amtoine commented Mar 6, 2024

superseded by #188

@amtoine amtoine closed this Mar 6, 2024
@amtoine amtoine deleted the fix-glob branch March 6, 2024 21:51
amtoine added a commit that referenced this pull request Mar 6, 2024
as per title

from #187
> this comes with the new release of Nushell:
[0.91.0](https://www.nushell.sh/blog/2024-03-05-nushell_0_91_0.html#handling-globs-for-variables).
> 
> this PR changes all occurences of `**` in a path given to `ls`.
> 
> > **Note**
> > `glob` does not need to be updated as per the release note
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
fix A fix for a bug
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant