Commit Graph

2 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 b45cb756c9
Guide on how to monitor decomp progress using Frogress (#30)
* 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

* Create GUIDE.md

* Update GUIDE.md

* Update GUIDE.md

* Update GUIDE.md

* Update GUIDE.md

* Add link to User Guide in README
2023-04-05 02:24:01 +09:00