invader icon indicating copy to clipboard operation
invader copied to clipboard

[invader-dependency] Exit code indicates success even if the tag is invalid.

Open num0005 opened this issue 1 year ago • 0 comments

Attempting to get the dependencies of a invalid tag results in a return code of 0 despite the tag being unreadable. Attempting to get the dependencies of a non-existent tag as expected returns a non-zero return code.

Expected behaviour:

Invader should return a non-zero exit code if it cannot parse the tag, ideally a different non-zero code than the one used to indicate a non-existent tag.

invader version: https://github.com/SnowyMouse/invader/releases/tag/0.51.4

num0005 avatar Nov 26 '22 16:11 num0005