diff options
| author | Jeff Carr <[email protected]> | 2025-10-11 09:49:41 -0500 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-10-11 09:49:41 -0500 |
| commit | c8999c2213d8c18783eb99136ac1dd312a83bdb0 (patch) | |
| tree | 31ece68f6cb73525f853925b1e3e5500214bed46 /structs.go | |
| parent | c2be17289a9b80bf8fbe365c364eeaa7c87a65f0 (diff) | |
cleanup patches argv
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 14 |
1 files changed, 7 insertions, 7 deletions
@@ -27,13 +27,13 @@ func myServer() string { // this app's variables type mainType struct { - // pp *arg.Parser // for parsing the command line args. Yay to alexflint! - sh *prep.Auto // shell autocomplete - forge *forgepb.Forge // for holding the forge protobuf files - myGui *prep.GuiPrep // for initializing the GUI toolkits - foundPaths []string // stores gopaths to act on (when doing go-clone) - configSave bool // if the config file should be saved after finishing - urlbase string // base URL + sh *prep.Auto // shell autocomplete + forge *forgepb.Forge // for holding the forge protobuf files + myGui *prep.GuiPrep // for initializing the GUI toolkits + foundPaths []string // stores gopaths to act on (when doing go-clone) + configSave bool // if the config file should be saved after finishing + urlbase string // base URL + curpatches *forgepb.Patches // current patches not upstream mainWindow *gadgets.BasicWindow mainbox *gui.Node // the main box. enable/disable this |
