Skip to content

Commit

Permalink
signficant shellcompletion refactor, move to inhouse completer classes,
Browse files Browse the repository at this point in the history
fix #156
  • Loading branch information
bckohan committed Dec 9, 2024
1 parent f87f2d3 commit 64f607f
Show file tree
Hide file tree
Showing 21 changed files with 838 additions and 638 deletions.
3 changes: 1 addition & 2 deletions django_typer/management/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -458,8 +458,7 @@ def __init__(
if param.name
},
)
else:
assert parent
elif parent:
self.django_command = parent.django_command

if supplied_params:
Expand Down
Loading

0 comments on commit 64f607f

Please sign in to comment.