mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-18 21:29:18 +02:00
Issue #202 - Document -A / -I options
This commit is contained in:
parent
55e9aab6b9
commit
e1c0fdfd3d
1 changed files with 4 additions and 0 deletions
4
icyc.scm
4
icyc.scm
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue