New submission from rhubarbdog x <rhubarbdo...@gmail.com>:

I've found a bug with argparse and reported it upstream.
`command --option source destination` works
`command soucre destination --option` works
but `command source --option destination` doesn't outputting the usage text 
block associated `do_command` method and outputs error message `command: error: 
unrecognized arguments: destination`

----------
components: Argument Clinic
messages: 341973
nosy: larry, rhubarbdog x
priority: normal
severity: normal
status: open
title: argparse doesn't like options in the middle of arguments

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue36863>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to