Skip to content

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

@santiagendrix

Description

@santiagendrix

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions