Skip to content

Commit

Permalink
g.gui manual: example load workspace from command line
Browse files Browse the repository at this point in the history
  • Loading branch information
neteler committed Feb 3, 2021
1 parent e5afa5a commit b914e8f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions general/g.gui/g.gui.html
Expand Up @@ -27,6 +27,8 @@ <h2>NOTES</h2>

<h2>EXAMPLES</h2>

<h3>Set default user interface settings</h3>

Set default user interface setting to command line, text-based UI:
<div class="code"><pre>
g.gui -d ui=text
Expand All @@ -46,6 +48,13 @@ <h2>EXAMPLES</h2>
g.gui -dn ui=wxpython
</pre></div>

<h3>Load workspace from command line</h3>

Start the GUI from command line with an existing workspace:
<div class="code"><pre>
g.gui workspace=myproject.gxw
</pre></div>

<h2>SEE ALSO</h2>

<em>
Expand Down

0 comments on commit b914e8f

Please sign in to comment.