Update CLI Help Display Parity - Batch 12 (56-60)
-
Please check this box if this contribution uses AI-generated content (including content generated by GitLab Duo features) as outlined in the GitLab DCO & CLA. As a benefit of being a GitLab Community Contributor, you receive complimentary access to GitLab Duo.
What does this MR do and why?
Update 5 files
- /commands/project/archive/repo_archive.go
- /commands/project/clone/repo_clone.go
- /commands/project/contributors/repo_contributors.go
- /commands/project/create/project_create.go
- /commands/project/delete/delete.go
References
Screenshots or screen recordings
Not available
How to set up and validate locally
MR acceptance checklist
Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.
This update improves the documentation for several GitLab CLI commands by standardizing the format of example commands. All example commands now consistently begin with a dollar sign ($) prefix, which is the standard convention for indicating shell commands in documentation. The affected commands include repo archive, repo clone, repo contributors, repo create, and repo delete. This change makes the documentation more professional and easier to follow, as users can now clearly distinguish between the command description and the actual command syntax they should type.