The result of the getopt function.
The GetoptResult contains two members. The first member is a boolean with the name helpWanted. The second member is an array of Option. The array is accessable by the name options.
Flag indicating if help was requested
All possible options
See Implementation
The result of the getopt function.
The GetoptResult contains two members. The first member is a boolean with the name helpWanted. The second member is an array of Option. The array is accessable by the name options.