summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
authorJeff Carr <[email protected]>2025-02-09 02:22:22 -0600
committerJeff Carr <[email protected]>2025-02-09 02:22:22 -0600
commit5171aca31fc459b238e8a751375d14d3b8184bc0 (patch)
treefa2544b2fc1d1870b6028ff86462e6d658c955ea /structs.go
parentd7d2e0ba1b00388579668034cf355c1dad22f9e1 (diff)
doCheckout() shared between GUI and command line
Diffstat (limited to 'structs.go')
-rw-r--r--structs.go4
1 files changed, 4 insertions, 0 deletions
diff --git a/structs.go b/structs.go
index 53136ee..8bfe557 100644
--- a/structs.go
+++ b/structs.go
@@ -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
}