Skip to content

fix: change `repo list` alias from `users` to `ls`

Breno Batista da Silva requested to merge brendalf/cli:7454 into main

Description

Like described in the issue, both repo list and repo contributors have the same alias users.
Since (IMHO) the users alias only makes sense for the contributors command, this MR changes list alias from users to ls.
This is also aligned with other commands like issue list.

Related Issues

Resolves #7454 (closed)

How has this been tested?

No test modified.
Test suit case successfully executed locally (screenshot).
Test ci job is failing but I don't think is related to my changes.

Screenshots (if appropriate):

image

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
Edited by Breno Batista da Silva

Merge request reports