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.gocommands/schedule/delete/delete.gocommands/schedule/list/list.gocommands/schedule/run/run.gocommands/schedule/update/update.go
Merged after maintainer review as part of the docs-formatting cleanup.
Links: MR !2063 • Issue #7841