docs(mr): add synopsis and examples to mr commands
Description
Resolves the mr family findings from the style guide audit in #8263 (closed).
- Adds a Synopsis to the
mrparent command. - Adds Examples to
mr approvers,mr todo, andmr view. - Adds a Synopsis note to
mr createexplaining that the--recoverflag is experimental and not ready for production use.
Each Synopsis is additive and does not repeat the Short description.
Commands updated:
mrmr approversmr todomr viewmr create
Content follows the documentation style guide and the GitLab CLI (glab) documentation style guide.
Related issues and merge requests
Documentation
If this MR adds or updates CLI command documentation, follow the conventions in the
GitLab CLI (glab) documentation style guide,
run make gen-docs, and commit the updated files in docs/source/.