From b914e8f1a3091fdb08c2513745dd28956d39d688 Mon Sep 17 00:00:00 2001 From: Markus Neteler Date: Wed, 3 Feb 2021 19:09:10 +0100 Subject: [PATCH] g.gui manual: example load workspace from command line --- general/g.gui/g.gui.html | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/general/g.gui/g.gui.html b/general/g.gui/g.gui.html index ab74b943aba..9ed870d46b1 100644 --- a/general/g.gui/g.gui.html +++ b/general/g.gui/g.gui.html @@ -27,6 +27,8 @@

NOTES

EXAMPLES

+

Set default user interface settings

+ Set default user interface setting to command line, text-based UI:
 g.gui -d ui=text
@@ -46,6 +48,13 @@ 

EXAMPLES

g.gui -dn ui=wxpython
+

Load workspace from command line

+ +Start the GUI from command line with an existing workspace: +
+g.gui workspace=myproject.gxw
+
+

SEE ALSO