amtoine / nu-git-manager

A collection of Nushell tools to manage Git repositories.
GNU General Public License v3.0
26 stars 2 forks source link

fix globbing #187

Closed amtoine closed 5 months ago

amtoine commented 5 months ago

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 commented 5 months ago

superseded by https://github.com/amtoine/nu-git-manager/pull/188