Opened 8 years ago
Last modified 7 years ago
#3346 new defect
parser: --script delivers old-style keyword template
Reported by: | neteler | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | 7.2.4 |
Component: | LibGIS | Version: | svn-trunk |
Keywords: | parser | Cc: | |
CPU: | Unspecified | Platform: | All |
Description
In GRASS GIS 7 the keywords need to be defined in separate lines. However, the actual --script output prints all in a single line:
r.to.vect --script | grep keyword #% keyword: raster, conversion, geometry, vectorization
This will require an update in lib/gis/parser_script.c
Note:
See TracTickets
for help on using tickets.
Once fixed, also r70930 + r71048 (manual additions) need the respective update.