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
isFilePath?: boolean;// True if option value is a path or fileName
7405
7405
shortName?: string;// A short mnemonic for convenience - for instance, 'h' can be used in place of 'help'
7406
7406
description?: DiagnosticMessage;// The message describing what the command line switch does.
7407
-
defaultValueDescription?: string|number|boolean|DiagnosticMessage;// The message describing what the dafault value is. string type is prepared for fixed chosen like "false" which do not need I18n.
7407
+
defaultValueDescription?: string|number|boolean|DiagnosticMessage|undefined;// The message describing what the dafault value is. string type is prepared for fixed chosen like "false" which do not need I18n.
7408
7408
paramType?: DiagnosticMessage;// The name to be used for a non-boolean option's parameter
7409
7409
isTSConfigOnly?: boolean;// True if option can only be specified via tsconfig.json file
0 commit comments