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

zsh: no matches found avec rake task[params] #13

Open
santiagendrix opened this issue Aug 8, 2023 · 0 comments
Open

zsh: no matches found avec rake task[params] #13

santiagendrix opened this issue Aug 8, 2023 · 0 comments

Comments

@santiagendrix
Copy link
Contributor

santiagendrix commented Aug 8, 2023

Quand j'essaye de runner une tache rake par example:

agendrix/web import-banks-in-days/sc-65826 ⚑ $ rake compute_in_days:member[d4fb0ba7-cab4-4306-abd2-88f20c143670]
zsh: no matches found: compute_in_days:member[d4fb0ba7-cab4-4306-abd2-88f20c143670]

Détail du problème https://meta.discourse.org/t/solving-zsh-no-matches-found-error-when-running-rake-task/148011

Piste de solution:

J'ai ajouté dans ma config zsh et ça règle le problème. Il faudrait trouver une bonne solution et l'ajouter dans la config pour tout le monde.

alias rake='noglob rake'

ou dans notre zsrhc

unsetopt nomatch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant