thisismypassport / shrinko8

Shrink (minify) Pico-8 carts, as well as other tools (e..g linting, format conversion)
MIT License
92 stars 7 forks source link

allow script-only invocations #23

Closed pancelor closed 1 year ago

pancelor commented 1 year ago

Currently, this doesn't work:

> shrinko8 --bbs '#15133' --script title-extract.py
ERROR: No operation (--lint/--count) or output file specified

You can add --count as a workaround but it seems like this should be allowed, so this pull request changes that

(See https://www.lexaloffle.com/bbs/?pid=132430#p)

thisismypassport commented 1 year ago

Makes sense, thanks