From 05c02f0f398ffdac07723ef31ce021782866bb26 Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Fri, 24 Dec 2021 11:53:31 +0300 Subject: [PATCH] Update shortcuts as well --- httpie/cli/definition.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/httpie/cli/definition.py b/httpie/cli/definition.py index 02beeb13..5ccc3a16 100644 --- a/httpie/cli/definition.py +++ b/httpie/cli/definition.py @@ -433,6 +433,9 @@ output_options.add_argument( the whole request as well as the response. Also print any intermediary requests/responses (such as redirects). For the second level and higher, print these as well as the response metadata. + + Level one is a shortcut for: --all --print={''.join(BASE_OUTPUT_OPTIONS)} + Level two is a shortcut for: --all --print={''.join(OUTPUT_OPTIONS)} ''' ) output_options.add_argument(