mirror of
https://github.com/httpie/cli.git
synced 2025-03-10 12:18:13 +01:00
Copy
This commit is contained in:
parent
e2751e5fa3
commit
0d2d24eac7
@ -577,7 +577,7 @@ troubleshooting.add_argument(
|
|||||||
action='store_true',
|
action='store_true',
|
||||||
default=False,
|
default=False,
|
||||||
help="""
|
help="""
|
||||||
Prints exception traceback should one occur.
|
Prints the exception traceback should one occur.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
@ -586,8 +586,8 @@ troubleshooting.add_argument(
|
|||||||
action='store_true',
|
action='store_true',
|
||||||
default=False,
|
default=False,
|
||||||
help="""
|
help="""
|
||||||
Prints exception traceback should one occur, and also other information
|
Prints the exception traceback should one occur, as well as other
|
||||||
that is useful for debugging HTTPie itself and for reporting bugs.
|
information useful for debugging HTTPie itself and for reporting bugs.
|
||||||
|
|
||||||
"""
|
"""
|
||||||
)
|
)
|
||||||
|
@ -164,8 +164,8 @@ def main(args=sys.argv[1:], env=Environment(), custom_log_error=None):
|
|||||||
"""
|
"""
|
||||||
The main function.
|
The main function.
|
||||||
|
|
||||||
Pre-process args, handle some special type of invocations, and run the main
|
Pre-process args, handle some special types of invocations,
|
||||||
program with error handling.
|
and run the main program with error handling.
|
||||||
|
|
||||||
Return exit status code.
|
Return exit status code.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user