Changes between Version 1 and Version 2 of CommandLineArguments
- Timestamp:
- 12/18/10 18:11:36 (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CommandLineArguments
v1 v2 6 6 ||--load <file>||Loads the file <file> before initializing REPL.|| 7 7 ||--load-system-file <file>||Loads the system file <file> before initializing REPL. This is practically for loading files from the ABCL jar.|| 8 ||--batch|| Wnables batch mode. The --load, --load-system-file and --eval parameters are handled, and abcl exits without entering REPL.||8 ||--batch||Enables batch mode. The --load, --load-system-file and --eval parameters are handled, and abcl exits without entering REPL.|| 9 9 ||--noinit||Suppresses loading a .abclrc startup file.|| 10 10 ||--nosystem||Suppresses loading the system startup file. This practically means a file named "system" inside the ABCL jar.||