Constant EXAMPLES

Source
pub const EXAMPLES: &str = "In case of error, dir and file behave differently\n    - dir: All error paths are displayed\n    - file: Error path + diff displayed\n\n\u{1b}[34m\u{1b}[1m\u{1b}[4mExamples\u{1b}[39m\u{1b}[22m\u{1b}[24m\n- \u{1b}[94mTest the reproducibility of hkx\u{1b}[39m\n  \u{1b}[96mhkxc verify\u{1b}[39m ./defaultmale.hkx\n\n- \u{1b}[94mTest the reproducibility of hkx files\u{1b}[39m\n  \u{1b}[96m./hkxc verify\u{1b}[39m ./input --log-level info --log-file \"./verify_inputs.log\"\n";
Expand description

ANSI color representation command examples.