From 76495cbdecc44d9dd2f4aa4196f2e2b9040890c5 Mon Sep 17 00:00:00 2001 From: Batuhan Taskaya Date: Thu, 5 May 2022 21:17:24 +0300 Subject: Hide pretty help (#1384) --- httpie/cli/argparser.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/httpie/cli/argparser.py b/httpie/cli/argparser.py index e388e465..9bf09b3b 100644 --- a/httpie/cli/argparser.py +++ b/httpie/cli/argparser.py @@ -572,12 +572,6 @@ class HTTPieArgumentParser(BaseHTTPieArgumentParser): highlight=False ) - def print_help(self): - from httpie.output.ui import rich_help - - for renderable in rich_help.to_help_message(self.spec): - self.env.rich_console.print(renderable) - def print_usage(self, file): from rich.text import Text from httpie.output.ui import rich_help -- cgit v1.2.3