Closed trawick closed 7 years ago
Maybe because of the handling here: https://github.com/GaretJax/django-click/blob/master/djclick/adapter.py#L21
Good catch though, will need to add a test case for it. :-)
Hi @trawick A fix for this has finally been released (v2.0.0)
Awesome, I saw the commit yesterday but didn't have time to play yet. I'm looking forward to updating the various projects where I've included django-click :) Thanks!
click==6.6, django-click==1.2.0, django==1.5.12
If the one required parameter is omitted from the following management command, the user sees the error message in the subject of this issue
If the one required parameter is omitted from the following command, the user sees a better error message.
Any ideas? This would seem to be a django-click issue?