Aller au contenu
login
arrow_backRetour aux issues
BaryoDev/BaryoVM #4

Generate the command reference from cobra

ecoDébutant good first issue up-for-grabs type/docs area/cli

descriptionDescription

There are 21 commands and the documentation for them is prose in USAGE.md, which means it drifts the moment a flag changes. Cobra can emit the reference itself. **Scope** - A `docs` generation step producing a page per command with its flags and examples - Wire it into CI so a PR that changes a flag without regenerating fails, rather than shipping stale docs - Link it from the README Good first issue: no deployment knowledge needed, and the result is immediately visible.
codeOuvre sur GitHub