use Options;/// Represents command-line parameters.pub help: bool,pub debug: bool,pub folder: String,pub key: String,pub passphrase: String,pub session: String,pub version: bool,
ascending towards madness
use Options;/// Represents command-line parameters.pub help: bool,pub debug: bool,pub folder: String,pub key: String,pub passphrase: String,pub session: String,pub version: bool,