Handbook
Glossary
HELP ( -- value )
Vocabulary
command-line
.
parser
.
private
Inputs
None
Outputs
value
an
object
Definition
USING:
command-line.parser
;
IN:
command-line.parser.private
CONSTANT:
HELP
T{
option
{
name
"--help"
}
{
help
"show this help and exit"
}
{
variable
print-help?
}
{
const
t
}
}
inline