const HELP: &str = r#"sl-sh - Simple Lisp Shell
Start the sl-sh shell.
USAGE:
sl-sh [FLAGS] [OPTIONS] [args]
FLAGS:
-v, --version Print the version, platform and revision of sl-sh then exit.
-h, --help Print help (this) and exit.
OPTIONS:
-c Command to run instead of entering the REPL.
ARGS:
<args>... Script to run with arguments."#;