mirror of
https://github.com/CommunitySolidServer/CommunitySolidServer.git
synced 2024-10-03 14:55:10 +00:00
feat: Enable strict parsing of CLI arguments
This commit is contained in:
@@ -115,7 +115,8 @@
|
||||
}
|
||||
],
|
||||
"options": {
|
||||
"usage": "node ./bin/server.js [args]"
|
||||
"usage": "node ./bin/server.js [args]",
|
||||
"strictMode": true
|
||||
}
|
||||
}
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user