Commands starting with this substring are option invocations.
Option() -
Constructor for class gnu.dtools.ritopt.Option
Constructs an option with no initial short or long option value,
and is by default uninvoked and undeprecated, and has a description
initialized to the empty string.
Constructs an option event with the command set to the long or short
option (whichever exists), the value set to the current value of
the option, and the target option set to the option passed.
A SimpleProcess is used to execute a shell process, and redirect an
input stream to the processes' standard input, as well as redirect
the processes' standard output/error to an output stream.