Doc comment
This commit is contained in:
parent
1e87c76689
commit
30b77617e2
@ -12,6 +12,10 @@ pub(crate) struct Args {
|
|||||||
///revealed. Valid arguments are "white", "yellow", "magenta", "blue",
|
///revealed. Valid arguments are "white", "yellow", "magenta", "blue",
|
||||||
///"green", "red", and "cyan".
|
///"green", "red", and "cyan".
|
||||||
pub(crate) foreground: Option<OsString>,
|
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,
|
pub(crate) autodecrypt: bool,
|
||||||
|
|
||||||
/// Set the maskBlank flag according to the true/false value of the
|
/// Set the maskBlank flag according to the true/false value of the
|
||||||
|
Loading…
Reference in New Issue
Block a user