Handbook
Glossary
with-options ( ... options quot: ( ... -- ... ) -- ... )
Parsing command-line arguments
Next:
parse-options ( options -- arguments )
Vocabulary
command-line
.
parser
Inputs
options
an
object
quot
a
quotation
with stack effect
( ... -- ... )
Outputs
None
See also
(with-options)
Definition
USING:
command-line
kernel
namespaces
;
IN:
command-line.parser
:
with-options
( ... options quot: ( ... -- ... ) -- ... )
[
command-line
get
]
dip
(with-options)
;
inline