You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor cli typer (#41)
* removed unnecessary filter in sort fields
* bug fixes around total pages, refactored to be total_hits. Added version
* version bump
* Update nuldc/helpers.py
copilot_suggested
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* removed silly python name collision with next(()). added csv model search so you can search fileset
* removed deprecated page size now that we're handling that upstream
* Update nuldc/helpers.py
add explicit None to avoid unassigned variable bug.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
* typo fix in comment
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
---------
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>