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.
1 parent 8f7ffc4 commit 79ded77Copy full SHA for 79ded77
packages/community-cli-plugin/src/commands/start/index.js
@@ -96,14 +96,11 @@ const startCommand: Command = {
96
description: 'Disables interactive mode',
97
},
98
{
99
- name: '--experimental-debugger [bool]',
+ name: '--experimental-debugger',
100
description:
101
"[Experimental] Enable the new debugger experience and 'j' to " +
102
'debug. This enables the new frontend experience only: connection ' +
103
'reliability and some basic features are unstable in this release.',
104
- parse: (val: ?string): boolean =>
105
- val !== undefined && val !== 'false' && val !== '0',
106
- default: true,
107
108
],
109
};
0 commit comments