help.out 1017 B

1234567891011121314151617181920212223
  1. ion 1.0.0-alpha
  2. The fast, safe, modern rust shell. Ion is a commandline shell created to be a faster and easier to use alternative to
  3. the currently available shells. It is not POSIX compliant.
  4. USAGE:
  5. ion [FLAGS] [OPTIONS] [args]...
  6. FLAGS:
  7. -f, --fake-interactive Use a fake interactive mode, where errors don't exit the shell
  8. -h, --help Prints help information
  9. -i, --interactive Force interactive mode
  10. -n, --no-execute Do not execute any commands, perform only syntax checking
  11. -x Print commands before execution
  12. -v, --version Print the version, platform and revision of Ion then exit
  13. OPTIONS:
  14. -c <command> Evaluate given commands instead of reading from the commandline
  15. -o <key-bindings> Shortcut layout. Valid options: "vi", "emacs"
  16. ARGS:
  17. <args>... Script arguments (@args). If the -c option is not specified, the first parameter is taken as a
  18. filename to execute