[go: up one dir, main page]

Update CLI Help Display Parity - Batch 12 (56-60)

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

!2027 (closed)

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.

Edited by jem

Merge request reports

Loading