From d2b94e4b874aa2639bb22eb88494cdda73d40f22 Mon Sep 17 00:00:00 2001 From: tjp Date: Wed, 3 Jan 2024 18:52:18 -0700 Subject: help command, quiet mode, and s/set/select --- state.go | 2 ++ 1 file changed, 2 insertions(+) (limited to 'state.go') diff --git a/state.go b/state.go index 1af2503..1ec000d 100644 --- a/state.go +++ b/state.go @@ -17,6 +17,8 @@ type BrowserState struct { DefaultTour Tour CurrentTour *Tour + Quiet bool + Readline *readline.Instance } -- cgit v1.2.3