diff options
| author | Jeff Carr <[email protected]> | 2025-10-04 15:29:34 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-04 15:29:34 -0500 |
| commit | 36f568c3e2ac3ff54d5aa180a2685be94351d8c4 (patch) | |
| tree | ef6a7c0a5e1a255c62eb93ee7b3dee9771f4b2c0 /main.go | |
| parent | ef7e82b9859bcf789f0eceef8d6f051617c50dde (diff) | |
automate publish & merge
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
