Save details from graphical modeler variables panel as g.parser comments in Python file
The details for variables given in the Variables tab of the Graphical Modeler allow a wxGUI for the model to be generated when the run button is clicked. However, when exporting to a Python script this won't work. Thus, I propose adding g.parser comments to the exported Python script to allow wxGUI (as well as command-line help etc) to be generated for models from the Graphical Modeler.
Looking at the Python code generated, this may require more complex work to use the full options/flags provided by grass.parser() in the Python scripts generated by the Graphical Modeler.
Milestone renamed