Skip to content

Commit

Permalink
fix: Wrong attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
caffeine-addictt committed Feb 4, 2024
1 parent e922d68 commit d08cbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/thread-cli/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
from .base import cli_base as app
from .process import process as process_cli

app.commands(
app.command(
name="process",
no_args_is_help=True,
context_settings={"allow_extra_args": True},
Expand Down

0 comments on commit d08cbad

Please sign in to comment.