Readonly
argsCommand line arguments containing target option(s).
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
.
Readonly
indexAn index of the first command line argument containing the option.
Optional
Readonly
offsetAn offset of relevant characters within the first command line argument.
First character. I.e. 0
.
Generated using TypeDoc
The location of the option(s) within command line.