<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Aug 13, 2016 at 1:09 PM, Laurent C. <span dir="ltr"><<a href="mailto:lrntct@gmail.com" target="_blank">lrntct@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><span class=""></span>I've tried but never manage to make it work. See:<br>
<a href="https://lists.osgeo.org/pipermail/grass-dev/2016-March/079481.html" rel="noreferrer" target="_blank">https://lists.osgeo.org/<wbr>pipermail/grass-dev/2016-<wbr>March/079481.html</a><br>
<a href="https://trac.osgeo.org/grass/ticket/2480" rel="noreferrer" target="_blank">https://trac.osgeo.org/grass/<wbr>ticket/2480</a><br>
<a href="https://trac.osgeo.org/grass/ticket/2968" rel="noreferrer" target="_blank">https://trac.osgeo.org/grass/<wbr>ticket/2968</a><br>
<br>
So I finally decided to make it a Python package and drop g.parser for argparse.</blockquote></div><br></div><div class="gmail_extra">Hi Laurent,<br></div><div class="gmail_extra"><br></div><div class="gmail_extra">you can actually still use GRASS parser even if you are not using g.extension. The only condition for GRASS parser to work is that you script is running inside GRASS session. You can even use both GRASS parser and your current mechanism if you have some way of distinguishing the command lines from each other and than calling the proper set of functions.<br><br></div><div class="gmail_extra">Vaclav<br></div></div>