Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

man: Add missing options and normalize option formats #7123

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

BebeSparkelSparkel
Copy link

  • 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

- Add missing options to both synopsis and detailed descriptions:
  * --addon=<script/config>
  * --check-level=<level>
  * --clang
  * --cppcheck-build-dir=<path>
  * --file-filter=<str>
  * --performance-valueflow-max-if-count=<num>
  * --premium=<type>
  * --project=<file>
  * --project-configuration=<config>
  * --template-location=<format>

- 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant