From 1a832fb07f5839212001cca4ab5922360695b9bf Mon Sep 17 00:00:00 2001 From: Jeff Carr Date: Mon, 27 Oct 2025 18:39:32 -0500 Subject: thinking out the issues --- mode.go | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'mode.go') diff --git a/mode.go b/mode.go index 7b3bcad..353c915 100644 --- a/mode.go +++ b/mode.go @@ -16,6 +16,13 @@ func (f *Forge) GetMode() string { } } +// indicates the user is trying to cleanup repos +// stays in this mode until the user leaves it +// should not change the repos selected +func (f *Forge) SetCleaningMode() { + f.SetMode(ForgeMode_CLEAN) +} + func (f *Forge) IsModeUnknown() bool { if f.mode == ForgeMode_UNKNOWN { return true -- cgit v1.2.3