Optional Readonly endAn index of command line arguments up to which the command line contains option(s).
Next to index. I.e. index + 1.
Optional Readonly endThe end offset of relevant characters within the last command line argument.
The length of the last command line argument. I.e. args[endIndex - 1].length.
Optional Readonly indexAn index of the first command line argument containing the option.
{@link ZOption.argIndex}
Optional Readonly offsetAn offset of relevant characters within the first command line argument.
First character. I.e. 0.
Generated using TypeDoc
Initial properties of option location.