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 standardized help examples for GitLab CLI run commands to match the project’s doc style ($ for commands, > for output, # for comments).

This was a focused docs cleanup, but it improves scanability and keeps command help consistent across the CLI.

I updated:

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

Merged quickly after maintainer review.

Links: MR !2064Issue #7840