[GRASS-SVN] r63183 - grass/branches/releasebranch_7_0/general/g.parser
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Nov 27 01:43:19 PST 2014
Author: turek
Date: 2014-11-27 01:43:19 -0800 (Thu, 27 Nov 2014)
New Revision: 63183
Modified:
grass/branches/releasebranch_7_0/general/g.parser/g.parser.html
Log:
g.parser: doc of rules (merge: r63180)
Modified: grass/branches/releasebranch_7_0/general/g.parser/g.parser.html
===================================================================
--- grass/branches/releasebranch_7_0/general/g.parser/g.parser.html 2014-11-27 09:40:28 UTC (rev 63182)
+++ grass/branches/releasebranch_7_0/general/g.parser/g.parser.html 2014-11-27 09:43:19 UTC (rev 63183)
@@ -98,6 +98,17 @@
#%end
</pre></div>
+The parser allows to define predefined <em>rules</em>
+for used options.
+
+The syntax of the rules section is following:
+
+<div class="code"><pre>
+#%rules
+#% exclusive: capfile_output, capfile
+#%end
+</pre></div>
+
<h2>NOTES</h2>
An option can be instructed to allow multiple inputs by adding the
More information about the grass-commit
mailing list