Skip to content

Commit

Permalink
FIX: Fix --asynchronous option in command
Browse files Browse the repository at this point in the history
  • Loading branch information
cortadocodes committed Jan 13, 2025
1 parent d3faaf7 commit f1c6dd9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion octue/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -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).",
)
Expand Down

0 comments on commit f1c6dd9

Please sign in to comment.