default-cli-args ( -- ) - Factor Documentation (original) (raw)

default-cli-args ( -- )

Vocabulary
command-line

Word description
Sets global variables corresponding to default command line arguments.

Definition

USING: namespaces ;

IN: command-line

: default-cli-args ( -- )
[ "e" off "user-init" on main-vocab "run" set ] with-global
;