Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Added support for sort and page options to sessions' list command (
#33) # Motivation Session's list command didn't have support for the sort and page options. # Description Added support for `--sort-*` and `--page*` options to the sessions' list command. # Testing - Tested sorting locally. - Unit tests pass. # Impact Would impact the documentation if it existed. # Additional Information None. # Checklist - [x] My code adheres to the coding and style guidelines of the project. - [x] I have performed a self-review of my code. - [x] I have commented my code, particularly in hard-to-understand areas. - [ ] I have made corresponding changes to the documentation. - [x] I have thoroughly tested my modifications and added tests when necessary. - [x] Tests pass locally and in the CI. - [x] I have assessed the performance impact of my modifications.
- Loading branch information