LoginSignup
1
0

More than 5 years have passed since last update.

[Rails] rakeタスクのオプションが使えない with Zsh

Posted at

[Rails] rakeタスクのオプションが使えない with Zsh

仕事でRakeタスクにオプションをつけたいなと思って,コマンド打ってみたら
zsh: no matches found: ...ていうエラーが出たのでその時の対処法のメモ

ex)
rake task[option]

環境

zsh

対処方法

rake 'task[option]'

のように ''で囲ってあげるとうまくいくらしい

1
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
0