From 30b77617e2b015f4194664f400c4cc932ac9ebeb Mon Sep 17 00:00:00 2001 From: Greg Shuflin Date: Sun, 23 Jul 2023 20:16:58 -0700 Subject: [PATCH] Doc comment --- src/args.rs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/args.rs b/src/args.rs index c2d57e5..1eabdd0 100644 --- a/src/args.rs +++ b/src/args.rs @@ -12,6 +12,10 @@ pub(crate) struct Args { ///revealed. Valid arguments are "white", "yellow", "magenta", "blue", ///"green", "red", and "cyan". pub(crate) foreground: Option, + + /// Set the autoDecrypt flag according to the true/false value of the + /// 'setting' argument. When set to true, nmseffect_exec() will not + /// require a key press to start the decryption effect. pub(crate) autodecrypt: bool, /// Set the maskBlank flag according to the true/false value of the