command-options ( -- value )


Vocabulary
tools.image-uncompressor

Inputs
None

Outputs
valuean object


Definition


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