From 5171aca31fc459b238e8a751375d14d3b8184bc0 Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Sun, 9 Feb 2025 02:22:22 -0600 Subject: doCheckout() shared between GUI and command line --- structs.go | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'structs.go') 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 } -- cgit v1.2.3