Something went wrong on our end
Forked from
redox-os / ion
326 commits behind the upstream repository.
-
Supports the `advanced_arg_parsing` feature to use structopt to perform argument parsing of the shell. Do not enable this feature if you want a performant shell. Additionally modifies argument parsing to store values in a new `CommandLineArgs` structure.
Supports the `advanced_arg_parsing` feature to use structopt to perform argument parsing of the shell. Do not enable this feature if you want a performant shell. Additionally modifies argument parsing to store values in a new `CommandLineArgs` structure.
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