Forgot to mention the quote_task setting in the README file
This commit is contained in:
parent
b664c037e4
commit
3910dd6eac
@ -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:
|
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.
|
<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.
|
||||||
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.
|
<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.
|
||||||
use_bundler:: If set to <tt>true</tt>, the task will be prefixed by <tt>bundle exec</tt>
|
<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
|
== Credit
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user