diff options
| author | Jeff Carr <[email protected]> | 2025-09-09 02:05:08 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-09-09 02:05:08 -0500 |
| commit | 4d2f24f64e894c4af978fc8d1dd8886e897dec3d (patch) | |
| tree | 1929c3c28e91943c6666f7b903787226f1ef341e /gui.go | |
| parent | 084601a9bc8c261721ef03aafac2445fded53800 (diff) | |
add prep.Bash()v0.0.3
Diffstat (limited to 'gui.go')
| -rw-r--r-- | gui.go | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -53,7 +53,7 @@ func postMustParse(s string) string { } func Gui() *gui.Node { - arg.Register(&argDebugger) + arg.Register(&argGui) return gui.PreInit(postMustParse) } |
