Doc comment

This commit is contained in:
Greg Shuflin 2023-07-23 20:16:58 -07:00
parent 1e87c76689
commit 30b77617e2
1 changed files with 4 additions and 0 deletions

View File

@ -12,6 +12,10 @@ pub(crate) struct Args {
///revealed. Valid arguments are "white", "yellow", "magenta", "blue",
///"green", "red", and "cyan".
pub(crate) foreground: Option<OsString>,
/// 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