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

add `gm for-each` to `sugar extra` #116

Open amtoine opened 9 months ago

amtoine commented 9 months ago

as can be seen in the CI, we have an issue because gm for-each is trying to use gm status and gm list which come from another module, namely nu-git-manager :eyes:

reproduce with either

nu -n -c "
    use ./src/nu-git-manager-sugar extra 'gm for-each';
    gm for-each {}
"

or

use toolkit.nu
toolkit test