mohammed firdous

GitLab CLI: Schedule Command Help Formatting

Standardized CLI help display formatting for all schedule commands to follow the project's style guide.

I standardized help examples for GitLab CLI schedule commands so they follow the same style as the rest of the tool.

The issue was simple but user-facing: examples were inconsistent across subcommands. I aligned them to the shared convention ($ for commands, > for output, # for comments).

Files updated:

  • commands/schedule/create/create.go
  • commands/schedule/delete/delete.go
  • commands/schedule/list/list.go
  • commands/schedule/run/run.go
  • commands/schedule/update/update.go

Merged after maintainer review as part of the docs-formatting cleanup.

Links: MR !2063Issue #7841