MetanoKid / MetanoKid/cpp-build-analyzer
Make --analyze_all optional
- Dominant language
- C++
- Stars
- 84
- Forks
- 2
- PR merge metrics
- No merged PRs in 30d
Description
If users want to perform the full analysis, they have to type `--analyze_all` (or add as many `--analyze_` options as desired).
Can't we make this flag optional, and set by default?
When users want only one part of the analysis, this flag would become disabled instead.
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by locating the command-line parsing and the existing --analyze_all handling. Check how individual --analyze_ options are detected, then define completion as full analysis running without --analyze_all while selecting one analysis disables the default. Verify the behavior with the available CLI checks or tests.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- cpp
- Domain
- cli, devtools
- Issue type
- Feature
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100