Skip to content

Commit 76495cb

Browse files
authored
Hide pretty help (#1384)
1 parent c4d7d05 commit 76495cb

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

httpie/cli/argparser.py

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -572,12 +572,6 @@ def print_manual(self):
572572
highlight=False
573573
)
574574

575-
def print_help(self):
576-
from httpie.output.ui import rich_help
577-
578-
for renderable in rich_help.to_help_message(self.spec):
579-
self.env.rich_console.print(renderable)
580-
581575
def print_usage(self, file):
582576
from rich.text import Text
583577
from httpie.output.ui import rich_help

0 commit comments

Comments
 (0)