Skip to content

Commit 0911035

Browse files
Add isPreviewCommand to command state
1 parent 11196cd commit 0911035

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/ditamap/command.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,6 +119,7 @@ export class Command extends Ditamap {
119119
examples,
120120
help,
121121
isBetaCommand: state === 'beta',
122+
isPreviewCommand: state === 'preview',
122123
isClosedPilotCommand: state === 'closedPilot',
123124
isOpenPilotCommand: state === 'openPilot',
124125
trailblazerCommunityName,

0 commit comments

Comments
 (0)