pub const HELP_BODY: &str = include_str!("help_body.txt");
pub const APP_NAME: &str = env!("CARGO_PKG_NAME");
pub const APP_VERS: &str = env!("CARGO_PKG_VERSION");
pub const APP_REPO: &str = env!("CARGO_PKG_REPOSITORY");
pub const APP_DESC: &str = env!("CARGO_PKG_DESCRIPTION");
pub const APP_AUTH: &str = env!("CARGO_PKG_AUTHORS");