slosh::config

Constant HELP

Source
const HELP: &str = r#"slosh - Experimental Lisp REPL

USAGE:
    slosh [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."#;