cppcheck icon indicating copy to clipboard operation
cppcheck copied to clipboard

man: Add missing options and normalize option formats

Open BebeSparkelSparkel opened this issue 1 year ago • 2 comments

  • Add missing options to both synopsis and detailed descriptions:

    • --addon=<script/config>
    • --check-level=
    • --clang
    • --cppcheck-build-dir=
    • --file-filter=
    • --performance-valueflow-max-if-count=
    • --premium=
    • --project=
    • --project-configuration=
    • --template-location=
  • Standardize option formatting:

    • Fix inconsistent spacing in relative paths options
    • Add missing short options (-f, -h, -q, -v) alongside long forms
    • Remove trailing bracket from --xml-version
    • Correct --config-exclude-file to --config-excludes-file
  • Improve option descriptions with detailed explanations and examples

BebeSparkelSparkel avatar Dec 21 '24 17:12 BebeSparkelSparkel

Did you use some tooling to detect these or was it a manual review?

firewave avatar Mar 15 '25 07:03 firewave

@firewave So long ago I can't remember

BebeSparkelSparkel avatar Mar 17 '25 13:03 BebeSparkelSparkel