django-typer icon indicating copy to clipboard operation
django-typer copied to clipboard

Adapter pattern that allows commands and groups to be added without extension by apps further up the app stack.

Open bckohan opened this issue 2 years ago • 0 comments

You should be able to attach commands and groups to commands defined further up the app stack. This would allow pluggable command namespacing patterns that might be useful for projects that have groups of loosely coupled apps.

bckohan avatar Apr 24 '24 21:04 bckohan