~ubuntu-branches/ubuntu/precise/grass/precise

« back to all changes in this revision

Viewing changes to general/g.parser/description.html

  • Committer: Bazaar Package Importer
  • Author(s): Francesco Paolo Lovergine
  • Date: 2011-04-13 17:08:41 UTC
  • mfrom: (8.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20110413170841-ss1t9bic0d0uq0gz
Tags: 6.4.1-1
* New upstream version.
* Now build-dep on libjpeg-dev and current libreadline6-dev.
* Removed patch swig: obsolete.
* Policy bumped to 3.9.2, without changes.

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
<img src="grass_logo.png" alt="GRASS logo"><hr align=center size=6 noshade>
11
11
 
12
 
 
13
12
<h2>NAME</h2>
14
13
<em><b>g.parser</b></em>
15
14
 
16
 
<h2>SYNOPSIS</h2>
17
 
<b>g.parser help</b><br>
18
 
<b>g.parser</b> [-<b>s</b>] [-<b>t</b>] <em>filename</em> [<em>argument</em>,...]
19
 
 
20
 
<h3>Flags:</h3>
21
 
<DL>
22
 
<DT><b>-t</b></DT>
23
 
<DD>Print strings for translation</DD>
24
 
<DT><b>-s</b></DT>
25
 
<DD>Write option values to stdout instead of reinvoking script</DD>
26
 
</DL>
27
 
 
28
15
<h2>DESCRIPTION</h2>
29
16
 
30
17
The <em>g.parser</em> module provides full parser support for GRASS
32
19
template, and command line option checking. In this way a simple
33
20
script can very quickly be made into a full-fledged GRASS module.
34
21
 
35
 
 
36
22
<h2>OPTIONS</h2>
37
23
 
38
24
Unless the <b>-s</b> switch is used, the arguments are stored in
77
63
#%end
78
64
</pre></div>
79
65
 
 
66
<h2>SYNOPSIS</h2>
 
67
<b>g.parser help</b><br>
 
68
<b>g.parser</b> [-<b>s</b>] [-<b>t</b>] <em>filename</em> [<em>argument</em>,...]
 
69
 
 
70
<h3>Flags:</h3>
 
71
<DL>
 
72
<DT><b>-t</b></DT>
 
73
<DD>Print strings for translation</DD>
 
74
<DT><b>-s</b></DT>
 
75
<DD>Write option values to stdout instead of reinvoking script</DD>
 
76
</DL>
80
77
 
81
78
<h2>NOTES</h2>
82
79
 
121
118
script should behave the same way regardless of whether they were set
122
119
by --o, --q or --v being passed to the script or set by other means.
123
120
 
124
 
 
125
121
<h2>AUTOMATED SCRIPT CREATION</h2>
126
122
 
127
123
The flag <b>--script</b> added to a GRASS command, generates shell
430
426
Glynn Clements
431
427
 
432
428
<p>
433
 
<i>Last changed: $Date: 2010-03-21 15:26:08 +0100 (dom, 21 mar 2010) $</i>
 
429
<i>Last changed: $Date: 2010-09-18 21:41:19 +0200 (Sat, 18 Sep 2010) $</i>
434
430
</body>
435
431
</html>