From fcc4feac89b8ac42482f54ed86449aa5cfa3a158 Mon Sep 17 00:00:00 2001 From: Arun Isaac Date: Tue, 25 Aug 2026 02:01:20 +0100 Subject: Remove threads variable name. The threads variable name can be derived automatically from the --threads option name. --- domagi/domagi.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/domagi/domagi.py b/domagi/domagi.py index e8e484a..b188bde 100644 --- a/domagi/domagi.py +++ b/domagi/domagi.py @@ -28,7 +28,7 @@ import tempfile import click import duckdb -threads_option = click.option("-t", "--threads", "threads", +threads_option = click.option("-t", "--threads", type=click.INT, help="number of threads (default: number of CPUs)") # The -P, --progress flags are no-ops in domagi. But, we add them to remain -- cgit 1.4.1