Skip to content
Snippets Groups Projects
Forked from redox-os / ion
326 commits behind the upstream repository.
help.out 880 B
Ion - The Ion Shell 1.0.0-alpha
Ion is a commandline shell created to be a faster and easier to use alternative to the currently available shells. It is
not POSIX compliant.

USAGE:
    ion [FLAGS] [OPTIONS] [args]...

FLAGS:
    -h, --help           Prints help information
    -i, --interactive    Force interactive mode
    -n, --no-execute     Do not execute any commands, perform only syntax checking
    -x                   Print commands before execution
    -v, --version        Print the version, platform and revision of Ion then exit

OPTIONS:
    -c <command>             Evaluate given commands instead of reading from the commandline
    -o <key_bindings>        Shortcut layout. Valid options: "vi", "emacs"

ARGS:
    <args>...    Script arguments (@args). If the -c option is not specified, the first parameter is taken as a
                 filename to execute