I contributed to standardizing the CLI help display formatting for schedule commands in merge request !2063.
The Problem
GitLab CLI's help examples were inconsistent across different commands. There was an issue requesting standardization of the help display format to follow a style guide.
My Solution
I updated the help examples in all schedule command files to follow the new format:
- Commands start with
$ - Results start with
> - Comments start with
#
I updated 5 files:
commands/schedule/create/create.gocommands/schedule/delete/delete.gocommands/schedule/list/list.gocommands/schedule/run/run.gocommands/schedule/update/update.go
Review Process
Gary Holtz reviewed and approved the changes quickly, recognizing the straightforward nature of the formatting updates. The merge request was merged on April 23, 2025.