diff options
| author | Jeff Carr <[email protected]> | 2025-02-09 02:22:22 -0600 |
|---|---|---|
| committer | Jeff Carr <[email protected]> | 2025-02-09 02:22:22 -0600 |
| commit | 5171aca31fc459b238e8a751375d14d3b8184bc0 (patch) | |
| tree | fa2544b2fc1d1870b6028ff86462e6d658c955ea /structs.go | |
| parent | d7d2e0ba1b00388579668034cf355c1dad22f9e1 (diff) | |
doCheckout() shared between GUI and command line
Diffstat (limited to 'structs.go')
| -rw-r--r-- | structs.go | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -72,4 +72,8 @@ type mainType struct { // the repositories to them newBranch *gui.Node setBranchB *gui.Node + + argvCheckoutUser bool // shared between the GUI and the command line tools + argvCheckoutDevel bool // shared between the GUI and the command line tools + argvCheckoutMaster bool // shared between the GUI and the command line tools } |
