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 -> xml\u{1b}[39m\n  \u{1b}[96mhkxc convert --input\u{1b}[39m ./defaultmale.hkx \u{1b}[96m--format\u{1b}[39m xml\n\n- \u{1b}[94mxml -> hkx(64bit)\u{1b}[39m\n  \u{1b}[96mhkxc convert -i\u{1b}[39m ./defaultmale.xml \u{1b}[96m-v\u{1b}[39m amd64 \u{1b}[96m--stdout --log-level\u{1b}[39m trace\n\n- \u{1b}[94mhkx(32bit) -> hkx(64bit)\u{1b}[39m\n  \u{1b}[96mhkxc convert -i\u{1b}[39m ./defaultmale_x86.hkx \u{1b}[96m-o\u{1b}[39m ./defaultmale_x64.hkx \u{1b}[96m-v\u{1b}[39m amd64 \u{1b}[96m--log-level\u{1b}[39m debug \u{1b}[96m--log-file\u{1b}[39m \"./convert_x86_to_x64_bytes.log\"\n\n- \u{1b}[94mhkx(64bit) -> hkx(32bit)\u{1b}[39m\n  \u{1b}[96mhkxc convert -i\u{1b}[39m ./defaultmale_x64.hkx \u{1b}[96m-o\u{1b}[39m ./defaultmale_x86.hkx \u{1b}[96m-v\u{1b}[39m win32 \u{1b}[96m--log-level\u{1b}[39m trace \u{1b}[96m--log-file\u{1b}[39m ./convert_x64_to_x86_bytes.log\n";
Expand description

ANSI color representation command examples.