The user can list all their repos using:
berg repo listThe following filters are allowed:
--limit The maximum repositories to be returned
--order-by The criteria for sorting (id, size, name)
The limit defaults to 19 and order_by defaults to name.
(should have renamed to sort but...)Update the codeberg api to be 0.5 instead of 0.4 to use order_by (sort)
Fixes (#159)
> The user can list all their repos using:
> berg repo list
>
> The following filters are allowed:
> --limit <u32> The maximum repositories to be returned
> --order-by <string> The criteria for sorting (id, size, name)
> The limit defaults to 19 and order_by defaults to name.
> (should have renamed to sort but...)
>
> Update the codeberg api to be 0.5 instead of 0.4 to use order_by (sort)
>
> Fixes (#159)
This closes #160 and #159