You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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
The text was updated successfully, but these errors were encountered: