Forgot to mention the quote_task setting in the README file

This commit is contained in:
Damien 2010-06-03 04:04:08 +08:00 committed by Javan Makhmali
parent b664c037e4
commit 3910dd6eac

View File

@ -97,9 +97,10 @@ This would create a job like: <tt>/usr/bin/my_great_command arg1 arg2 'arg3'</tt
The settings available when creating job types include:
environment:: Set to <tt>false</tt> to stop the command trying to specify the environment at all. Set to a string or symbol to set the environment to that.
path:: Set to <tt>false</tt> to stop the command running cd before the task. Set to a string or symbol to set the path the cd to.
use_bundler:: If set to <tt>true</tt>, the task will be prefixed by <tt>bundle exec</tt>
<tt>environment</tt>:: Set to <tt>false</tt> to stop the command trying to specify the environment at all. Set to a string or symbol to set the environment to that.
<tt>path</tt>:: Set to <tt>false</tt> to stop the command running cd before the task. Set to a string or symbol to set the path the cd to.
<tt>use_bundler</tt>:: If set to <tt>true</tt>, the task will be prefixed by <tt>bundle exec</tt>
<tt>quote_task</tt>:: If set to <tt>false</tt>, whenever will not print the arguments passed to the job in quote marks
== Credit