Commit Graph

5 Commits

Author SHA1 Message Date
Ethan Roseman 19e625ad27
0.2.0: Fixes and improvements (#33)
Fixes #27, #29, #13
2023-05-25 18:50:09 +09:00
laqieer 632e710acd
Add prune feature to cli to remove duplicated entries (#28)
* Add prune feature to cli to remove duplicated entries as a workaround to https://github.com/decompals/frogress/issues/27

usage: cli.py prune [-h] project version

positional arguments:
  project     the project for which to prune the entries
  version     the slug for the version

optional arguments:
  -h, --help  show this help message and exit

* Reformat cli.py with Black

* Improve help info for new added prune option

It is used to fix duplicates caused by https://github.com/decompals/frogress/issues/27
2023-04-04 01:46:29 +09:00
Luke Street 0b8f710162
cli.py: category create/delete (#22) 2022-11-24 02:01:13 +09:00
Ethan Roseman ba9bc093b0
proper main method for cli 2022-09-24 04:20:56 +09:00
Ethan Roseman 693d4325d9
Upgrade deps, cli beginnings, api reorg (#18) 2022-09-23 05:40:44 +09:00