summaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-10-04 15:29:34 -0500
committerJeff Carr <[email protected]>2025-10-04 15:29:34 -0500
commit36f568c3e2ac3ff54d5aa180a2685be94351d8c4 (patch)
treeef6a7c0a5e1a255c62eb93ee7b3dee9771f4b2c0 /main.go
parentef7e82b9859bcf789f0eceef8d6f051617c50dde (diff)
automate publish & merge
Diffstat (limited to 'main.go')
-rw-r--r--main.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/main.go b/main.go
index 78da3fe..7c90520 100644
--- a/main.go
+++ b/main.go
@@ -43,8 +43,8 @@ func main() {
me = new(mainType)
// the current os.Argv processing with go-args
- me.myGui = prep.Gui() // adds the GUI package args support
- me.auto = prep.Bash(&argv) // adds auto complete to go-args
+ me.myGui = prep.Gui() // adds the GUI package args support
+ me.sh = prep.Bash(&argv) // adds shell auto complete to go-args
// the current forge init process
me.forge = forgepb.Init() // init forge.pb