pub const USAGE_MSG: &str = "usage: visudo [-chqsV] [[-f] sudoers ]";
const DESCRIPTOR: &str = "visudo - safely edit the sudoers file";
const HELP_MSG: &str = "Options:
-c, --check check-only mode
-f, --file=sudoers specify sudoers file location
-h, --help display help message and exit
-V, --version display version information and exit
";
pub