Constant HELP

Source
pub const HELP: &str = "USAGE\n    carlo\n    carlo [subcommand]\n    carlo [subcommand] [input file]\n    carlo [subcommand] [input file] [flags]\n    carlo [subcommand] --help\n\nSUBCOMMANDS\n    help        display this help menu\n    repl        opens an interpreter REPL\n    run         executes an input file\n    latex       converts an input file into LaTeX\n    version     displays the current version of Carlo\n\nHELP\n    Execute `carlo help` to see this menu.\n    Execute `carlo [subcommand] --help` to get help on a specific subcommand.";