New submission from Victor Porton <[email protected]>:

https://docs.python.org/3/library/argparse.html does not allow abbreviations 
for subparsers ("subcommands").

It seems inconsistent that long options can be abbreviated but subcommands 
cannot.

Either implement subcommand abbreviations or explain in the docs why there is 
none.

----------
components: Library (Lib)
messages: 315671
nosy: porton
priority: normal
severity: normal
status: open
title: Subcommand abbreviations
type: enhancement
versions: Python 3.6

_______________________________________
Python tracker <[email protected]>
<https://bugs.python.org/issue33343>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to