mirror of
https://github.com/httpie/cli.git
synced 2025-01-09 23:28:27 +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(
|
parser = HTTPieArgumentParser(
|
||||||
|
prog='http',
|
||||||
formatter_class=HTTPieHelpFormatter,
|
formatter_class=HTTPieHelpFormatter,
|
||||||
description='%s <http://httpie.org>' % __doc__.strip(),
|
description='%s <http://httpie.org>' % __doc__.strip(),
|
||||||
epilog=dedent("""
|
epilog=dedent("""
|
||||||
|
Loading…
Reference in New Issue
Block a user