From 4d2f24f64e894c4af978fc8d1dd8886e897dec3d Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Tue, 9 Sep 2025 02:05:08 -0500 Subject: add prep.Bash() --- gui.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'gui.go') 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) } -- cgit v1.2.3