#11407: --version weirdness
-------------------------------------+-------------------------------------
     Reporter:  kmtracey             |                    Owner:
         Type:  Bug                  |                   Status:  new
    Component:  Core (Management     |                  Version:  master
  commands)                          |               Resolution:
     Severity:  Normal               |             Triage Stage:  Accepted
     Keywords:  management django-   |      Needs documentation:  0
  admin.py manage.py                 |  Patch needs improvement:  0
    Has patch:  1                    |                    UI/UX:  0
  Needs tests:  0                    |
Easy pickings:  0                    |
-------------------------------------+-------------------------------------

Comment (by claudep):

 After the partial rewrite needed by the conversion to `argparse` (#19973),
 only the first "weirdness" partially subsists:

 {{{
 $ ./manage.py --version --help
 Unknown command: '--version'
 Type 'manage.py help' for usage.
 }}}
 or
 {{{
 $ ./manage.py --help --version
 Unknown command: '--help'
 Type 'manage.py help' for usage.
 }}}

 While individually using `--help` or `--version` produces the expected
 output. Do we want to specifically support that sort of combination?

-- 
Ticket URL: <https://code.djangoproject.com/ticket/11407#comment:9>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/066.53227aa9bcc40f0480620a6c8acd514c%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to