Sha256: e77a2c4f602eabcaff7dae3d0f5453fc943f0800cf283dbf96c95af408171093
Contents?: true
Size: 827 Bytes
Versions: 2
Compression:
Stored size: 827 Bytes
Contents
== The *rant* program For a short usage message and a list of options invoke rant with the <tt>--help</tt> option: % rant --help When you invoke rant on the commandline it performs the following steps (roughly): 1. Process commandline options and arguments. An option starts with two dashes or one for the single letter equivalent. Arguments of the form <tt>VAR=VAL</tt> set environment variables. All other arguments are names of tasks to be invoked. 2. Load Rantfiles in working directory. Rantfiles with the following names are recognized: Rantfile rantfile Rantfile.rb rantfile.rb 3. Calculate task dependencies and invoke required tasks. If no task was given on the commandline, a task called "default" will be invoked. If the "default" task doesn't exist, the first task will be invoked.
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rant-0.3.2 | doc/rant.rdoc |
rant-0.3.0 | doc/rant.rdoc |