mirror of
https://github.com/httpie/cli.git
synced 2025-01-09 15:18:25 +01:00
Add prog parameter to HTTPieArgumentParser (#715)
This commit is contained in:
parent
2cd6ea3050
commit
256ea7d49d
@ -46,6 +46,7 @@ class HTTPieHelpFormatter(RawDescriptionHelpFormatter):
|
||||
|
||||
|
||||
parser = HTTPieArgumentParser(
|
||||
prog='http',
|
||||
formatter_class=HTTPieHelpFormatter,
|
||||
description='%s <http://httpie.org>' % __doc__.strip(),
|
||||
epilog=dedent("""
|
||||
|
Loading…
Reference in New Issue
Block a user