We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 5877dcf + af2f20d commit e69de5dCopy full SHA for e69de5d
lib/commands/deploy.ts
@@ -6,6 +6,7 @@ export class DeployOnDeviceCommand extends ValidatePlatformCommandBase implement
6
public allowedParameters: ICommandParameter[] = [];
7
8
public dashedOptions = {
9
+ watch: { type: OptionType.Boolean, default: false, hasSensitiveValue: false },
10
hmr: { type: OptionType.Boolean, default: false, hasSensitiveValue: false },
11
};
12
0 commit comments