|
@@ -706,6 +706,9 @@ def parser():
|
|
|
dictionaries containing option/flag values, keyed by lower-case
|
|
|
option/flag names. The values in "options" are strings, those in
|
|
|
"flags" are Python booleans.
|
|
|
+
|
|
|
+ Overview table of parser standard options:
|
|
|
+ https://grass.osgeo.org/grass71/manuals/parser_standard_options.html
|
|
|
"""
|
|
|
if not os.getenv("GISBASE"):
|
|
|
print("You must be in GRASS GIS to run this program.", file=sys.stderr)
|