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 the export of modules #134

Closed amtoine closed 9 months ago

amtoine commented 9 months ago

depends on

description

as directory modules won't export the modules next to any mod.nu, this PR adds export module calls to nu-git-manager-sugar and the tests, making the source base compatible again with https://github.com/nushell/nushell/pull/11157 and https://github.com/nushell/nupm/pull/47.

amtoine commented 9 months ago

(the force-pushes after the nightly label can be forgotten, i was just testing a bug in the CI :eyes:)

amtoine commented 9 months ago

(just did amend the last commit)