diff options
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -260,6 +260,10 @@ func New() *Node { return me.rootNode } +func NoGui() bool { + return argGui.NoGui +} + // try to load andlabs, if that doesn't work, fall back to the console func (n *Node) Default() *Node { var err error |
