@mablhq/mabl-cli 2.82.10 → 2.82.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -142,8 +142,7 @@ Note: Setting the environment does not override the default URL. Please use the
142
142
  type: 'boolean',
143
143
  })
144
144
  .option(constants_1.CommandArgReporter, {
145
- describe: 'Output test run information for specified reporter. (mabl reporter requires the mabl_local_reporter feature flag)',
146
- hidden: true,
145
+ describe: 'Output test run information with specified reporter.',
147
146
  type: 'string',
148
147
  choices: [constants_1.Reporter.Mochawesome, constants_1.Reporter.Mabl],
149
148
  })