From d3572e0a07a6110b17474b42bdfd2bd354037de3 Mon Sep 17 00:00:00 2001 From: Gary Danko Date: Tue, 20 Aug 2024 12:58:11 -0700 Subject: [PATCH] Update the README --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 269ad05..11e80d0 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,7 @@ Flags: -k, --keyfile string Path to your Enpass vault keyfile. --log string The log level, one of: debug, error, fatal, info, panic, trace, warn (default "info") -l, --login stringArray Filter based on record login. Wildcards (%) are allowed. Can be used multiple times. + --nocolor Disable colorized output and logging. -n, --nonInteractive Disable prompts and fail instead. -p, --pin Enable PIN. --sensitive Force category and title searches to be case-sensitive. @@ -76,6 +77,7 @@ Global Flags: -k, --keyfile string Path to your Enpass vault keyfile. --log string The log level, one of: debug, error, fatal, info, panic, trace, warn (default "info") -l, --login stringArray Filter based on record login. Wildcards (%) are allowed. Can be used multiple times. + --nocolor Disable colorized output and logging. -n, --nonInteractive Disable prompts and fail instead. -p, --pin Enable PIN. --sensitive Force category and title searches to be case-sensitive.