New submission from Silvio Clecio <silviop...@gmail.com>:

Using a simple program as example, the argparse library prints the following 
text:

usage: app.py [-h]

options:
  -h, --help  show this help message and exit

However, for more formality, it would be nice to print something like this:

Usage: app.py [-h]

Options:
  -h, --help  Show this help message and exit.

Notice the sentences start as capital letters and the helper string finishes 
with dot.

----------
components: Parser
messages: 407183
nosy: lys.nikolaou, pablogsal, silvioprog
priority: normal
severity: normal
status: open
title: [argparse] Print texts starting with capital letters and finish with dot 
for more formality

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

Reply via email to