Foreman running guard with color ouput

后端 未结 3 1442
醉梦人生
醉梦人生 2021-02-03 13:47

I can run guard from within my foreman procfile - but the output is not as colorful as I\'d like. The only color I see in my output is from Foreman...

I want to have a

3条回答
  •  不知归路
    2021-02-03 14:06

    Add the --tty option to your rspec guard cli:

    guard "rspec", :version => 2, :cli => "--tty ...other options..."
    

提交回复
热议问题