Michael Barton wrote:
> 
> Found another minor item that a small change could improve.
> 
> g.gisenv does not behave like other GRASS commands in that you cannot
> launch the autogenerated gui by typing Œg.gisenv¹ from the command
> line. Instead, you get the current environment settings. You can only
> get the gui if you run it through some special processing in the GUI.

for a GUI just launch with:
  g.gisenv --ui

use that as the menu command.

A number of modules work like this without command line args.


> Likewise, you can¹t get it to print out current environment settings
> from the gui unless you do some tricks with its execution.

g.gisenv store="" --ui
[Run]

Probably a nice GUI frontend should be used for that, vs exposing the
user to the raw g.gisenv GUI.


Hamish

_______________________________________________
grass-dev mailing list
[email protected]
http://grass.itc.it/mailman/listinfo/grass-dev

Reply via email to