You've already forked httpie-cli
mirror of
https://github.com/httpie/cli.git
synced 2025-07-07 01:06:06 +02:00
add -A
as short arg for --auth-type
Addresses #430 comes with unit test
This commit is contained in:
@ -397,7 +397,7 @@ auth.add_argument(
|
||||
|
||||
_auth_plugins = plugin_manager.get_auth_plugins()
|
||||
auth.add_argument(
|
||||
'--auth-type',
|
||||
'--auth-type', '-A',
|
||||
choices=[plugin.auth_type for plugin in _auth_plugins],
|
||||
default=_auth_plugins[0].auth_type,
|
||||
help="""
|
||||
|
Reference in New Issue
Block a user