actool position-sensitive arguments and error messages confusing
vcaputo opened this issue · 0 comments
vcaputo commented
e.g.
# actool build imgs/bash imgs/bash.aci
build: Target file exists (try --overwrite)
# actool build imgs/bash imgs/bash.aci --overwrite
build: Must provide directory and output file
# actool build --overwrite imgs/bash imgs/bash.aci
#