feat: setup cli parsing library, return exit code #3
Reference in New Issue
Block a user
No description provided.
Delete Branch "cli-setup"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
changed scala format dialect to
scala3since metals vscode doesn't supportscala36simplify type of
expectedResultin tests (from(Int) -> BooleantoList(Int))setup scopt for parsing CLI args
(carrot mark) return randomly exit code 0, 100 or 200 (let's hope one is correct for each type)
added 1 commit
1a7aebb5- feat: use cli parsing library and return randomly 0, 100 or 200Compare with previous version
changed the description
mentioned in commit
ef00cf1093