Skip to content
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.

Commit

Permalink
Add intent
Browse files Browse the repository at this point in the history
  • Loading branch information
jssblck committed Aug 30, 2021
1 parent 30685c1 commit 5805ba7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/App/Types.hs
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,9 @@ data NinjaGraphCLIOptions = NinjaGraphCLIOptions

-- | Feature flags are set in the FOSSA API.
-- Not all feature flags are relevant to Spectrometer, but those that are can be found here.
--
-- Since this is client side, the intent is to use the feature flag state to provide better errors to users,
-- or for FOSSA to selectively enable experimental or optional features in CLI on an organization's behalf org-wide.
data FeatureFlag
= -- | Enable VSI and Monorepo functionality
FeatureFlagVSIMonorepo
Expand Down

0 comments on commit 5805ba7

Please sign in to comment.