Documentation
pub mod init {
    pub const ABOUT: &str = include_str!("../help/init/about.txt");
    pub const LONG_ABOUT: &str = include_str!("../help/init/long_about.txt");
    pub const AFTER_HELP: &str = include_str!("../help/init/after_help.txt");
}

pub mod new {
    pub const ABOUT: &str = include_str!("../help/new/about.txt");
    pub const LONG_ABOUT: &str = include_str!("../help/new/long_about.txt");
    pub const AFTER_HELP: &str = include_str!("../help/new/after_help.txt");
}

pub mod retrieve {
    pub const ABOUT: &str = include_str!("../help/retrieve/about.txt");
    pub const LONG_ABOUT: &str = include_str!("../help/retrieve/long_about.txt");
    pub const AFTER_HELP: &str = include_str!("../help/retrieve/after_help.txt");
}

pub mod find {
    pub const ABOUT: &str = include_str!("../help/find/about.txt");
    pub const LONG_ABOUT: &str = include_str!("../help/find/long_about.txt");
    pub const AFTER_HELP: &str = include_str!("../help/find/after_help.txt");
}

pub mod normalize {
    pub const ABOUT: &str = include_str!("../help/normalize/about.txt");
    pub const LONG_ABOUT: &str = include_str!("../help/normalize/long_about.txt");
    pub const AFTER_HELP: &str = include_str!("../help/normalize/after_help.txt");
}

pub mod tree {
    pub const ABOUT: &str = include_str!("../help/tree/about.txt");
    pub const LONG_ABOUT: &str = include_str!("../help/tree/long_about.txt");
    pub const AFTER_HELP: &str = include_str!("../help/tree/after_help.txt");
}

pub mod squash {
    pub const ABOUT: &str = include_str!("../help/squash/about.txt");
    pub const LONG_ABOUT: &str = include_str!("../help/squash/long_about.txt");
    pub const AFTER_HELP: &str = include_str!("../help/squash/after_help.txt");
}

pub mod export {
    pub const ABOUT: &str = include_str!("../help/export/about.txt");
    pub const LONG_ABOUT: &str = include_str!("../help/export/long_about.txt");
    pub const AFTER_HELP: &str = include_str!("../help/export/after_help.txt");
}

pub mod stats {
    pub const ABOUT: &str = include_str!("../help/stats/about.txt");
    pub const LONG_ABOUT: &str = include_str!("../help/stats/long_about.txt");
    pub const AFTER_HELP: &str = include_str!("../help/stats/after_help.txt");
}

pub mod rename {
    pub const ABOUT: &str = include_str!("../help/rename/about.txt");
    pub const LONG_ABOUT: &str = include_str!("../help/rename/long_about.txt");
    pub const AFTER_HELP: &str = include_str!("../help/rename/after_help.txt");
}

pub mod delete {
    pub const ABOUT: &str = include_str!("../help/delete/about.txt");
    pub const LONG_ABOUT: &str = include_str!("../help/delete/long_about.txt");
    pub const AFTER_HELP: &str = include_str!("../help/delete/after_help.txt");
}

pub mod extract {
    pub const ABOUT: &str = include_str!("../help/extract/about.txt");
    pub const LONG_ABOUT: &str = include_str!("../help/extract/long_about.txt");
    pub const AFTER_HELP: &str = include_str!("../help/extract/after_help.txt");
}

pub mod inline {
    pub const ABOUT: &str = include_str!("../help/inline/about.txt");
    pub const LONG_ABOUT: &str = include_str!("../help/inline/long_about.txt");
    pub const AFTER_HELP: &str = include_str!("../help/inline/after_help.txt");
}