summaryrefslogtreecommitdiff
path: root/structs.go
diff options
context:
space:
mode:
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
}