1
0
mirror of https://github.com/httpie/cli.git synced 2025-07-15 01:34:27 +02:00

Added --ignore-stdin

Closes #150
This commit is contained in:
Jakub Roztocil
2013-08-23 10:57:17 +02:00
parent 00de49f4c3
commit f7b703b4bf
4 changed files with 62 additions and 8 deletions

View File

@ -466,6 +466,15 @@ network.add_argument(
troubleshooting = parser.add_argument_group(title='Troubleshooting')
troubleshooting.add_argument(
'--ignore-stdin',
action='store_true',
default=False,
help="""
Do not attempt to read stdin.
"""
)
troubleshooting.add_argument(
'--help',
action='help',