@rocketraman thank you so much for making this open source, this saves me hours of work!
This PR fixes a minor thing:
Before this commit, scan --language deu will exit with Unknown argument: deu
This commit fixes a forgotten "shift;" in order to parse the argument provided after --language.
@rocketraman thank you so much for making this open source, this saves me hours of work!
This PR fixes a minor thing: Before this commit,
scan --language deu
will exit withUnknown argument: deu
This commit fixes a forgotten "shift;" in order to parse the argument provided after--language
.