zaquestion / lab

Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab
https://zaquestion.github.io/lab
Creative Commons Zero v1.0 Universal
1.11k stars 102 forks source link

Add order options to issue list #661

Closed PhML closed 3 years ago

PhML commented 3 years ago

It would be nice to be able to sort issues by priority with order_by attribute.

prarit commented 3 years ago

Hey @PhML, to be clear you want these "mr list" options to be applied to "issue list", correct?

  --order string           display order (updated_at/created_at) (default "updated_at")
  --sort string            sort order (desc/asc) (default "desc")
PhML commented 3 years ago

@prarit precisely :-) I think there are more order choices though.

prarit commented 3 years ago

There are but I was trying to keep it simple :)

prarit commented 3 years ago

Hey @PhML I've opened #664 to resolve this.