From 9e2c65994b38f6650f93c425cf307e4b7576eb20 Mon Sep 17 00:00:00 2001 From: TsvetanMilanov Date: Tue, 13 Dec 2016 14:15:33 +0200 Subject: [PATCH] Add debug option --- lib/options.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/options.ts b/lib/options.ts index 7b8b5ec846..6deffe0ad5 100644 --- a/lib/options.ts +++ b/lib/options.ts @@ -36,7 +36,8 @@ export class Options extends commonOptionsLibPath.OptionsBase { tsc: {type: OptionType.Boolean }, bundle: {type: OptionType.Boolean }, all: {type: OptionType.Boolean }, - teamId: { type: OptionType.String } + teamId: { type: OptionType.String }, + debug: { type: OptionType.Boolean } }, path.join($hostInfo.isWindows ? process.env.AppData : path.join(osenv.home(), ".local/share"), ".nativescript-cli"), $errors, $staticConfig);