[GRASS-SVN] r63180 - grass/trunk/general/g.parser

svn_grass at osgeo.org svn_grass at osgeo.org
Thu Nov 27 01:27:27 PST 2014


Author: turek
Date: 2014-11-27 01:27:27 -0800 (Thu, 27 Nov 2014)
New Revision: 63180

Modified:
   grass/trunk/general/g.parser/g.parser.html
Log:
g.parser: doc of rules

Modified: grass/trunk/general/g.parser/g.parser.html
===================================================================
--- grass/trunk/general/g.parser/g.parser.html	2014-11-27 09:01:50 UTC (rev 63179)
+++ grass/trunk/general/g.parser/g.parser.html	2014-11-27 09:27:27 UTC (rev 63180)
@@ -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