scorecard
scorecard copied to clipboard
Feature: Improvements to Scorecard CLI
Inspired from https://clig.dev/
- Remove
panicwherever possible so that CLI doesn't simply crash but exits gracefully. - Use in-built Cobra features (required flag groups, mutually exclusive flags etc.) which we implement as part of our validation logic.
- Provide a progress bar - https://github.com/schollz/progressbar
- Handle Ctrl+C interruptions gracefully.
This issue is stale because it has been open for 60 days with no activity.
This issue is stale because it has been open for 60 days with no activity.