Skip to content

docs: clarify possible options for parameters for "ci list"

Description

ci list accepts some parameters, that are enum-like. In the documentation some are incomplete and in one case (orderBy ) the possible values are completely missing.

Additionally this MR removes two rogues dots and adds the default value for orderBy, which is the same as the default in the api and makes it clearer when looking at the output of --help.

How has this been tested?

I looked at the output of ci list --help. Also the Markdown file is updated and reflects the change.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation
  • Chore (Related to CI or Packaging to platforms)
  • Test gap

Merge request reports