Skip to content

Commit 31c5d96

Browse files
author
Tim Mendoza
committed
Update ui-editable flag usage
1 parent da8b94d commit 31c5d96

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/commands/rtc/apps/video/deploy.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ DeployCommand.flags = Object.assign(
5151
'ui-editable': flags.boolean({
5252
required: false,
5353
default: true,
54-
description: "Whether the app's files and variables can be edited in the Twilio console.",
54+
description: "Specifies whether the app's files and variables can be edited in the Twilio console.",
55+
allowNo: true,
5556
}),
5657
},
5758
TwilioClientCommand.flags

0 commit comments

Comments
 (0)