From 0cfc23b1a8b66c7400b1663554cf9edb25d85e29 Mon Sep 17 00:00:00 2001 From: Paul Gauthier Date: Mon, 4 Nov 2024 12:14:22 -0800 Subject: [PATCH] refactor: remove unused haiku formatting option --- aider/args.py | 6 ------ 1 file changed, 6 deletions(-) diff --git a/aider/args.py b/aider/args.py index f916a45fc..852b42ee2 100644 --- a/aider/args.py +++ b/aider/args.py @@ -724,12 +724,6 @@ def get_parser(default_config_files, git_root): default=True, help="Enable/disable fancy input with history and completion (default: True)", ) - group.add_argument( - "--haiku", - action="store_true", - help="Format assistant responses as haikus", - default=False, - ) ########## group = parser.add_argument_group("Voice Settings")