command-line.startup: -help isn't going to be set.
parent
0f7646e3ed
commit
fe4093d67a
|
@ -36,8 +36,8 @@ from within Factor for more information.
|
|||
" write ;
|
||||
|
||||
: help? ( -- ? )
|
||||
"help" get "-help" get or "h" get or
|
||||
os windows? [ script get "/?" = ] [ f ] if or ;
|
||||
"help" get "h" get or
|
||||
os windows? [ script get "/?" = or ] when ;
|
||||
|
||||
: command-line-startup ( -- )
|
||||
(command-line) parse-command-line
|
||||
|
|
Loading…
Reference in New Issue