We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7380747 + 9e2c659 commit 001372fCopy full SHA for 001372f
1 file changed
lib/options.ts
@@ -36,7 +36,8 @@ export class Options extends commonOptionsLibPath.OptionsBase {
36
tsc: {type: OptionType.Boolean },
37
bundle: {type: OptionType.Boolean },
38
all: {type: OptionType.Boolean },
39
- teamId: { type: OptionType.String }
+ teamId: { type: OptionType.String },
40
+ debug: { type: OptionType.Boolean }
41
},
42
path.join($hostInfo.isWindows ? process.env.AppData : path.join(osenv.home(), ".local/share"), ".nativescript-cli"),
43
$errors, $staticConfig);
0 commit comments