From f1c6dd96945f5902da5f9aad8e2eb3a89ce60407 Mon Sep 17 00:00:00 2001 From: cortadocodes Date: Mon, 13 Jan 2025 15:43:57 +0000 Subject: [PATCH] FIX: Fix `--asynchronous` option in command --- octue/cli.py | 1 - 1 file changed, 1 deletion(-) diff --git a/octue/cli.py b/octue/cli.py index cff97cb48..db256012e 100644 --- a/octue/cli.py +++ b/octue/cli.py @@ -113,7 +113,6 @@ def ask(): @click.option( "--asynchronous", is_flag=True, - default=True, help="If provided, ask the question and detach (the result and other events can be retrieved from the event store " "later).", )