mohammed firdous

GitLab CLI — Run Command Help Formatting

Updated help examples for run commands to match the project's CLI style guide for consistent formatting.

I worked on making the help examples for the run commands consistent with the new style guide in merge request !2064.

The Problem

The help examples for the run commands did not follow the updated format. There was an issue requesting that these examples be updated for consistency.

My Solution

I updated the help examples in the run command files to use the new format:

  • Commands start with $
  • Results start with >
  • Comments start with #

I updated these files:

  • commands/run/run.go
  • commands/run/trace.go

Review Process

Gary Holtz reviewed and approved the changes quickly, as these were straightforward formatting updates. The merge request was merged on April 23, 2025.