Skip to content

Universal

Matt Nadareski edited this page Sep 19, 2025 · 3 revisions

Universal Features

These are features that generally are run standalone or act differently than the other feature flags.

Help / Detailed Help

Flags: -?, -h, --help for simple help and -??, -hd, --help-detailed for detailed help

Shows the list of available features if no additional parameters are supplied. Shows a list of available feature flags if a feature name or flag is supplied.

Log Level

Flags: -ll, --log-level=

Set the lowest log level for output. See Log Levels.

Script

Flags: -sc, --script

Enables "script execution mode". This ensures that the screen doesn't attempt to get cleared at the start or end of runs and produces a friendlier output for running inside of scripts.

Threads

Flags: -mt=, --threads=

Optionally, set the number of threads to use for the multithreaded operations. The default is the number of available machine threads; -1 means unlimited threads created.

Clone this wiki locally