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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

add gm for-each to sugar extra #116

Draft
wants to merge 8 commits into
base: main
Choose a base branch
from
Draft

add gm for-each to sugar extra #116

wants to merge 8 commits into from

Conversation

amtoine
Copy link
Owner

@amtoine amtoine commented Nov 29, 2023

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 馃憖

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

@amtoine amtoine added enhancement New feature or request sugar Related to the `nu-git-manager-sugar` module labels Nov 29, 2023
@amtoine amtoine added new-command Adds a new command and removed enhancement New feature or request labels Dec 2, 2023
@amtoine amtoine added the wait-for-upstream Need to wait for an upstream project to push some changes. label Dec 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
new-command Adds a new command sugar Related to the `nu-git-manager-sugar` module wait-for-upstream Need to wait for an upstream project to push some changes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant