diff options
| author | Jeff Carr <[email protected]> | 2025-10-13 09:43:31 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-13 09:43:31 -0500 |
| commit | 2e26ce1eaf09d0612827ce3689ba1434ab0a1ce1 (patch) | |
| tree | b0d26b0c812a3e4ba3cc216bc4b147fc8bc34184 /main.go | |
| parent | 2d353e6dfa95c91435fddefd2168e489ddeb1912 (diff) | |
gui init moved into argv init. maybe. notsure
Diffstat (limited to 'main.go')
| -rw-r--r-- | main.go | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -31,7 +31,6 @@ func main() { // autocomplete must run before everythingi // any writes before this to STDOUT or STDERR // will cause problems for the user at the command line - me.myGui = prep.Gui() // adds the GUI package argv support me.sh = prep.Autocomplete(&argv) // adds shell auto complete to go-args // the current forge init process |
