You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
type: "string"|"number"|"boolean"|"object"|"list"|Map<number|string>;// a value of a primitive type, or an object literal mapping named values to actual values
3312
+
type: "string"|"number"|"boolean"|"object"|"json"|"list"|Map<number|string>;// a value of a primitive type, or an object literal mapping named values to actual values
3311
3313
isFilePath?: boolean;// True if option value is a path or fileName
3312
3314
shortName?: string;// A short mnemonic for convenience - for instance, 'h' can be used in place of 'help'
3313
3315
description?: DiagnosticMessage;// The message describing what the command line switch does
0 commit comments