summaryrefslogtreecommitdiff
path: root/gui.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-09-09 02:05:08 -0500
committerJeff Carr <[email protected]>2025-09-09 02:05:08 -0500
commit4d2f24f64e894c4af978fc8d1dd8886e897dec3d (patch)
tree1929c3c28e91943c6666f7b903787226f1ef341e /gui.go
parent084601a9bc8c261721ef03aafac2445fded53800 (diff)
add prep.Bash()v0.0.3
Diffstat (limited to 'gui.go')
-rw-r--r--gui.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gui.go b/gui.go
index 1ebf642..73109fb 100644
--- a/gui.go
+++ b/gui.go
@@ -53,7 +53,7 @@ func postMustParse(s string) string {
}
func Gui() *gui.Node {
- arg.Register(&argDebugger)
+ arg.Register(&argGui)
return gui.PreInit(postMustParse)
}