We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Quand j'essaye de runner une tache rake par example:
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.
ou dans notre zsrhc
The text was updated successfully, but these errors were encountered: