|
@@ -98,6 +98,17 @@ can be easily defined as
|
|
|
#%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
|