feat: autosize CLI

This commit is contained in:
relikd
2023-03-18 12:29:35 +01:00
parent e9b5563cb9
commit 6a82adcd1f
9 changed files with 308 additions and 3 deletions

View File

@@ -13,7 +13,7 @@ install:
uninstall:
python3 -m pip uninstall icnsutil
rm -rf ./*.egg-info/
-rm -i "$$(which icnsutil)"
-rm -i "$$(which icnsutil)" "$$(which icnsutil-autosize)"
.PHONY: test
test: