Constant EXAMPLES

Source
pub const EXAMPLES: &str = "\u{1b}[34m\u{1b}[1m\u{1b}[4mExamples\u{1b}[39m\u{1b}[22m\u{1b}[24m\n- \u{1b}[94mhkx -> hexdump -> stdout\u{1b}[39m\n  \u{1b}[96mhkxc dump\u{1b}[39m ./defaultmale.hkx\n\n- \u{1b}[94mhkx -> hexdump -> a file\u{1b}[39m\n  \u{1b}[96mhkxc dump\u{1b}[39m ./defaultmale.hkx \u{1b}[96m-o\u{1b}[39m hexdump.txt\n\n - \u{1b}[94mhexdump -> hkx -> a file\u{1b}[33m(NOTE: For reverse conversion, use `-o` to specify the output path.)\u{1b}[39m\n  \u{1b}[96mhkxc dump\u{1b}[39m hexdump.txt \u{1b}[96m-o\u{1b}[39m ./defaultmale.hkx -r\n";
Expand description

ANSI color representation command examples.