Added the option of showing the help for a command in markdown format (CRAFT-1207).
Metadata
Current evaluation
Merged. Added markdown format support for command help output (CRAFT-1207). Approved by one reviewer with zero unresolved comments. Changes span three files with 452 additions and 68 deletions.
Suggested action: —
No scores available.
Issue body
No description provided.
Evaluation history
| Date | Model | Scores | Action | Summary |
|---|---|---|---|---|
| qwen/qwen3.6-35b-a3b | — | — | Merged. Added markdown format support for command help output (CRAFT-1207). Approved by one reviewer with zero unresolved comments. Changes span three files with 452 additions and 68 deletions. | |
| qwen3.6-35b-a3b-mtp-q6 | — | — | Merged pull request adding a markdown format option for command help output, resolving CRAFT-1207. Implemented by maintainer facundobatista and integrated directly into the codebase without additional review comments. |
Update history
No update history recorded yet.
Related issues
| Issue | Project | State | Summary | Similarity |
|---|---|---|---|---|
| #298 feat: add documentation link in help messages | craft-cli | merged | Added documentation links to general and command-specific help messages. Merged after approval by two reviewers, modifying five files (+128/-46 lines). Markdown format help was intentionally excluded. | |
| #827 Improve commands docstrings (CRAFT-1204). | charmcraft | merged | Merged improvements to command docstrings. Approved by one reviewer, the update modified three files with 38 additions and 32 deletions to enhance documentation clarity. | |
| #113 In the "command help" in markdown format, the Options items are built in a table so they are vertically aligned. | craft-cli | merged | Merged after approval, the update formats command help options in a vertically aligned markdown table. CI checks passed. | |
| #550 Transformed the help management to be implemented not using a command (CRAFT-542). | charmcraft | merged | Merged refactoring centralizing help management during initial argument pre-parsing instead of a standalone command. Adds ProvideHelpException for better guidance. Approved by two reviewers and merged with 181 additions and 153 deletions across four files. |