Issue #202 - Document -A / -I options

This commit is contained in:
Justin Ethier 2017-07-01 18:09:20 -04:00
parent 55e9aab6b9
commit e1c0fdfd3d

View file

@ -94,6 +94,10 @@ Starts the interactive interpreter for Cyclone Scheme.
Options:
-A directory Append directory to the list of directories that are searched
in order to locate imported libraries.
-I directory Prepend directory to the list of directories that are searched
in order to locate imported libraries.
-p sexp Evaluate the given S-expression and exit
-s Run as a script, without the normal icyc banner
-h, --help Display usage information