1 USING: init command-line debugger system continuations
2 namespaces eval kernel vocabs.loader io ;
8 (command-line) parse-command-line
11 "e" get [ eval ] when*
12 ignore-cli-args? not script get and
13 [ run-script ] [ "run" get run ] if*
14 output-stream get [ stream-flush ] when*
16 ] [ print-error 1 exit ] recover