[GRASS-dev] [GRASS GIS] #3346: parser: --script delivers old-style keyword template

#3346: parser: --script delivers old-style keyword template
---------------------+-------------------------
Reporter: neteler | Owner: grass-dev@…
     Type: defect | Status: new
Priority: normal | Milestone: 7.2.2
Component: LibGIS | Version: svn-trunk
Keywords: parser | CPU: Unspecified
Platform: All |
---------------------+-------------------------
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

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3346&gt;
GRASS GIS <https://grass.osgeo.org>

#3346: parser: --script delivers old-style keyword template
--------------------------+-------------------------
  Reporter: neteler | Owner: grass-dev@…
      Type: defect | Status: new
  Priority: normal | Milestone: 7.2.2
Component: LibGIS | Version: svn-trunk
Resolution: | Keywords: parser
       CPU: Unspecified | Platform: All
--------------------------+-------------------------

Comment (by neteler):

Once fixed, also r70930 + r71048 (manual additions) need the respective
update.

--
Ticket URL: <https://trac.osgeo.org/grass/ticket/3346#comment:1&gt;
GRASS GIS <https://grass.osgeo.org>