Skip to content

Commit 17a4db1

Browse files
committed
chore: cleanup command arguments
1 parent 9c76455 commit 17a4db1

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

messages/lightning.dev.site.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,6 @@ Name of the Experience Builder site to preview. It has to match a site name from
2525

2626
Username or alias of the target org. Not required if the `target-org` configuration variable is already set.
2727

28-
# flags.debug.summary
29-
30-
Enable Node Inspector to debug server-side rendering.
31-
3228
# examples
3329

3430
- Preview the site "Partner Central" from the org "myOrg":

src/commands/lightning/dev/site.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,6 @@ export default class LightningDevSite extends SfCommand<void> {
2323
name: Flags.string({
2424
summary: messages.getMessage('flags.name.summary'),
2525
char: 'n',
26-
required: false,
27-
}),
28-
debug: Flags.boolean({
29-
summary: messages.getMessage('flags.debug.summary'),
3026
}),
3127
'target-org': Flags.optionalOrg({ summary: messages.getMessage('flags.target-org.summary') }),
3228
};

0 commit comments

Comments
 (0)