diff options
| -rw-r--r-- | domagi/domagi.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
