cliArgs property

List<String> cliArgs
final

Extra arguments to pass to the CLI executable.

These are prepended before the required flags (--headless, --stdio, --no-auto-update). Use for flags like --model, --log-level, etc.

Implementation

final List<String> cliArgs;