property ParseOptions.unknownView codeA function which is invoked with a command line parameter not defined in the options configuration object. If the function returns false, the unknown option is not added to parsedArgs. Type(arg: string,key?: string,value?: unknown) => unknownView code