Skip to content

v0.0.5: fix: exit when extra arguments are supplied to cli

Compare
Choose a tag to compare
@meblum meblum released this 31 Jul 00:28
· 13 commits to main since this release
607a6f3
The standard flags parser terminates when the first non-flag argument is encountered.
This means that flags specified after an argument are ignored.
This fix exits with an error message when extra args are encountered to avoid confusion.