-
Notifications
You must be signed in to change notification settings - Fork 0
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
Summary
The coretrace-compiler binary currently does not provide a --help option and the documentation is not fully aligned with the existing/expected CLI interface.
We should add a proper --help handler to the binary and update the documentation accordingly so users can easily discover available options and usage patterns.
Tasks
- Implement a
--help(and possibly-h) flag in thecoretrace-compilerbinary.- Print a clear usage message (command synopsis, required/optional arguments, and common examples).
- Ensure the process exits with a success status code when
--helpis invoked.
- Review the current CLI options (existing flags, modes, inputs/outputs).
- Update the
READMEand/or dedicated documentation files to:- Document all current CLI options and their meanings.
- Include the
--helpusage output (or a representative excerpt). - Add one or two minimal examples for common workflows.
- Verify that the new
--helpoutput and the documentation stay consistent.
Acceptance Criteria
- Running
coretrace-compiler --helpdisplays a structured, readable help message. - All documented CLI options match the actual behavior of the binary.
- The documentation clearly explains how to:
- Invoke
coretrace-compileron a source file. - Select modes / relevant flags.
- Invoke
- CI and existing tests still pass; add a basic test for the
--helpbehavior if applicable.
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation