refactor: deprecate + rename command print -> info

This commit is contained in:
relikd
2023-03-08 00:48:40 +01:00
parent 824616403e
commit 176b675316
4 changed files with 19 additions and 16 deletions

View File

@@ -31,7 +31,7 @@ positional arguments:
extract (e) Read and extract contents of icns file(s).
compose (c) Create new icns file from provided image files.
update (u) Update existing icns file by inserting or removing media entries.
print (p) Print contents of icns file(s).
info (i) Print contents of icns file(s).
test (t) Test if icns file is valid.
convert (img) Convert images between PNG, ARGB, or RGB + alpha mask.
```
@@ -52,7 +52,7 @@ icnsutil u Existing.icns -set is32=16.rgb dark="dark icon.icns"
icnsutil u Existing.icns -rm dark -set ic04=16.argb -o Updated.icns
# print
icnsutil p Existing.icns
icnsutil i Existing.icns
# verify valid format
icnsutil t Existing.icns