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 42fd007 commit ca858feCopy full SHA for ca858fe
packages/compass-preferences-model/src/preferences-schema.tsx
@@ -1295,6 +1295,8 @@ function featureFlagToPreferenceDefinition(
1295
global: true,
1296
ui: true,
1297
description: featureFlag.description,
1298
+ // Only show feature flags in 'preview' stage in --help output
1299
+ omitFromHelp: featureFlag.stage !== 'preview',
1300
// if a feature flag is 'released' it will always return true
1301
// regardless of any persisted value.
1302
deriveValue:
0 commit comments