implemented checkArguments to prohibit crash on

missing required arguments
This commit is contained in:
Morril
2023-01-23 20:05:15 +01:00
parent 4659e8f7d9
commit 47d64077b2
3 changed files with 32 additions and 0 deletions

3
.vscode/settings.json vendored Normal file
View File

@@ -0,0 +1,3 @@
{
"java.configuration.updateBuildConfiguration": "interactive"
}