Implemented checking flags for exclusivity

- Also fixed a problem where required arguments were not found by their name, but only by their aliases.
- Minor cleanup.
- Fixed a problem where default logging level was not set successfully due to a naming error in the configuration field.
This commit is contained in:
2023-01-24 16:21:06 +01:00
parent bc38824fa9
commit 745acc765f
5 changed files with 45 additions and 17 deletions

2
.gitignore vendored
View File

@@ -2,4 +2,4 @@
/target/
.idea/
compile.bat
.vscode/
/.vscode/