From 2033b55f91876c8fc0d4cd3cdf9c67972ad5490c Mon Sep 17 00:00:00 2001 From: Riley Beckett Date: Mon, 27 Oct 2025 16:30:01 -0400 Subject: add -P password flag --- state.h | 1 + 1 file changed, 1 insertion(+) (limited to 'state.h') diff --git a/state.h b/state.h index 6811c41..7c14952 100644 --- a/state.h +++ b/state.h @@ -117,6 +117,7 @@ typedef struct { bool exact_match; bool center; bool verbose; + bool password; // input item_t* items; -- cgit v1.2.3