Hi,

we have a problem with the introduction of labels:
http://trac.osgeo.org/grass/changeset/39886/grass/trunk/lib/gis/parser_standard_options.c

because:

myscript.py help
        vector   Name of input vector map(s) used by GRASS script
                  Data source(s) for direct OGR access

... but we don't want the second line.

It would be good to be able to suppress "label" with the a reserved word
like "None" or "NULL":

#%option G_OPT_V_INPUTS
#% key: vector
#% label: NULL
#% description: Name of input vector map(s) used by GRASS script
#% required: no
#%end

to eventually gain:

myscript.py help
        vector   Name of input vector map(s) used by GRASS script

Any suggestions how to implement this suppressing "label" in the parser?

Markus
_______________________________________________
grass-dev mailing list
[email protected]
http://lists.osgeo.org/mailman/listinfo/grass-dev

Reply via email to