Skip to main content

browseruse_bench.utils.cli_utils

Command-line argument parsing and error handling utilities.

Import


handle_cli_errors

CLI error handling decorator for unified exception and exit code handling.

Usage Example

Behavior


create_run_parser

Create argument parser for the main run script.

Included Arguments


create_eval_parser

Create argument parser for the evaluation script.

Included Arguments


create_base_agent_parser

Create base argument parser for Agent run.py.
str
required
Parser description
str
required
Default tasks JSON file path
str
required
Default output directory

Usage Example