Handbook
Glossary
command-options ( -- value )
Vocabulary
tools
.
image
.
uncompressor
.
private
Inputs
None
Outputs
value
an
object
Definition
USING:
command-line.parser
;
IN:
tools.image.uncompressor.private
CONSTANT:
command-options
{
T{
option
{
name
"input"
}
{
help
"the input factor image path"
}
{
#args 1
}
}
T{
option
{
name
"output"
}
{
help
"the output factor image path"
}
{
#args 1
}
}
}
inline