1
0
mirror of https://github.com/httpie/cli.git synced 2025-02-09 13:14:03 +02:00

Add prog parameter to HTTPieArgumentParser (#715)

This commit is contained in:
Matúš Ferech 2018-10-30 18:41:56 +01:00 committed by Jakub Roztočil
parent 2cd6ea3050
commit 256ea7d49d

View File

@ -46,6 +46,7 @@ class HTTPieHelpFormatter(RawDescriptionHelpFormatter):
parser = HTTPieArgumentParser(
prog='http',
formatter_class=HTTPieHelpFormatter,
description='%s <http://httpie.org>' % __doc__.strip(),
epilog=dedent("""