Skip to content

Commit d08cbad

Browse files
fix: Wrong attribute
1 parent e922d68 commit d08cbad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/thread-cli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
from .base import cli_base as app
1818
from .process import process as process_cli
1919

20-
app.commands(
20+
app.command(
2121
name="process",
2222
no_args_is_help=True,
2323
context_settings={"allow_extra_args": True},

0 commit comments

Comments
 (0)