-
Notifications
You must be signed in to change notification settings - Fork 0
flags
ENDERZOMBI102 edited this page Jan 13, 2021
·
1 revision
Flags are an alternative way of configuring BEE Package Maker for a single session,
To give BEE Package Maker flags you use the command line, using the --flags
parameter followed by the flags, divided by ;
.
bpm.exe --flags printDownloadProgress=true;sayHelloWhenLoaded=true
flag | type | description |
---|---|---|
printDownloadProgress | bool | outputs download progress to console (stdout) |
sayHelloWhenLoaded | bool | logs "Hello Portal world!" when finished loading the UI |
continueLoggingOnUncaughtException | bool | doesn't shutdown the logger when a non-baseexception exception isn't caught |
logConfigActions | bool | logs what config sections is currently being saved/loaded |