Skip to content
ENDERZOMBI102 edited this page May 26, 2021 · 4 revisions

Flags are an alternative way of configuring BEE Manipulator for a single session, To give BEE Manipulator flags you use the command line, using the --flags parameter followed by the flags, divided by ;.

flag parameter example
%appdata%/../Local/Programs/BEE Manipulator/beemanipulator.exe --dev --flags printDownloadProgress=true;sayHelloWhenLoaded=true

Flag list

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
noCefLog bool stop CEF verbose logs
Clone this wiki locally