particle-iot / particle-cli

Command Line Interface for Particle Cloud and devices
Apache License 2.0
212 stars 92 forks source link

add hide option for command options #695

Closed hugomontero closed 11 months ago

hugomontero commented 11 months ago

Description

This PR will add the ability to hide some options in help command

How to Test

  1. Pull down the branch: git pull && git checkout feature/sc-123965/hide-options-in-cli
  2. Install dependencies: npm i
  3. Run unit tests: npm run test:unit
  4. run --help option for every logic-function command
  5. Attempt to use all known options for each command.

Outcome

Related Issues / Discussions

Story details: https://app.shortcut.com/particle/story/123965

Completeness