diff options
| author | Jeff Carr <[email protected]> | 2025-10-19 05:24:23 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-19 05:24:23 -0500 |
| commit | 4a544d613c256bcd3b865e98fb5abbcbf8c15672 (patch) | |
| tree | 190868b5ea215e16b729b6d140ac8c68d186c1df /main.go | |
| parent | 11995fd3b1902125db16fb4bce7ab9561d75ad7b (diff) | |
newer but still not right argvv0.0.64
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -15,11 +15,6 @@ import ( "go.wit.com/log" ) -// are sent via -ldflags at buildtime -var VERSION string -var BUILDTIME string -var ARGNAME string = "forged" - //go:embed resources/* var resources embed.FS @@ -35,7 +30,6 @@ func saveMissing() error { func main() { me = new(mainType) - me.myGui = argvpb.Gui() // prepares the GUI package for go-args me.argv = argvpb.Autocomplete(&argv) // adds shell auto complete to go-args me.forge = forgepb.InitByFullpath("/etc/forged/forge.text") |
