command-line.startup: add note about -run=listener and -run=ui.tools to the --help text (as suggested by @yac in issue #94)
parent
a4b6adbb6d
commit
5ce32b35a7
|
@ -12,6 +12,8 @@ Common arguments:
|
||||||
-help print this message and exit
|
-help print this message and exit
|
||||||
-i=<image> load Factor image file <image> (default """ write vm file-name write """.image)
|
-i=<image> load Factor image file <image> (default """ write vm file-name write """.image)
|
||||||
-run=<vocab> run the MAIN: entry point of <vocab>
|
-run=<vocab> run the MAIN: entry point of <vocab>
|
||||||
|
-run=listener run terminal listener
|
||||||
|
-run=ui.tools run Factor development UI
|
||||||
-e=<code> evaluate <code>
|
-e=<code> evaluate <code>
|
||||||
-no-user-init suppress loading of .factor-rc
|
-no-user-init suppress loading of .factor-rc
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue