mirror of
https://github.com/httpie/cli.git
synced 2025-06-21 10:07:47 +02:00
Fix Issue #496
This commit is contained in:
parent
5efc9010cc
commit
c53a778f60
@ -102,6 +102,7 @@ positional.add_argument(
|
|||||||
'items',
|
'items',
|
||||||
metavar='REQUEST_ITEM',
|
metavar='REQUEST_ITEM',
|
||||||
nargs=ZERO_OR_MORE,
|
nargs=ZERO_OR_MORE,
|
||||||
|
default=None,
|
||||||
type=KeyValueArgType(*SEP_GROUP_ALL_ITEMS),
|
type=KeyValueArgType(*SEP_GROUP_ALL_ITEMS),
|
||||||
help=r"""
|
help=r"""
|
||||||
Optional key-value pairs to be included in the request. The separator used
|
Optional key-value pairs to be included in the request. The separator used
|
||||||
|
Loading…
x
Reference in New Issue
Block a user