-
Notifications
You must be signed in to change notification settings - Fork 483
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
This wiki and the Guard README document contain a lot of information, please take your time and read these instructions carefully.
If you run into any trouble, you may start by understanding how Guard works.
We provide detailed changes for each Guard release.
Be sure to read the CONTRIBUTING guidelines before reporting a new Guard issue or open a pull request.
If you have any questions about the Guard usage or want to share some information with the Guard community, please go to one of the following places:
- Google+ community
- Google group
- StackOverflow
- IRC channel
#guard
(irc.freenode.net) for chatting