✏ Fix typos
This commit is contained in:
parent
fe7d65ddb8
commit
68894fa339
2 changed files with 2 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
export default interface IState {
|
||||
/** Stores the parsed arguments that are returned by the argument parser */
|
||||
outputArgs: { [key: string]: string };
|
||||
/** Lookup table from the short option names to their corresponding long option nmae */
|
||||
/** Lookup table from the short option names to their corresponding long option name */
|
||||
shortToLongLookup: { [key: string]: string };
|
||||
/** For each required option, store if the parser already encountered it. At the end of parsing, all entries must be set to true or the parser fails. */
|
||||
requiredOptions: { [key: string]: boolean };
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue