Skip to content

Enabling Color Coding for Running Through SSH

kevinvangelder edited this page Jun 13, 2012 · 1 revision

Want color coding to show up when running Guard through the command line? Add :cli => "--color" to your Guardfile as shown below.

guard 'rspec', :version => 2, :cli => "--color" do ... end