Add flag(s) for sorting issues
Another thing that I think is useful
Another thing that I think is useful
Let’s wait until the clap migration has landed and then rebase this on top :)
This can now be rebased onto the new and fresh clap-based implementation of rad issue :) Just a few little remarks on the semantics proposed:
- I’d prefer the flags to be called
sort-byand `rsort-by, because that would be consistent with other commands - We could explore if we want to support
--reversein general and then don’t implementrsort-by - Which use-case do you see for
sort-by id? I’d almost vote for not having it at all - Could we sort by “creation time” or even “last update time”? I think that could be cool
Thanks for your effort and please let me know if you’d need any help with this.