refactor: remove unused haiku formatting option

This commit is contained in:
Paul Gauthier 2024-11-04 12:14:22 -08:00 committed by Paul Gauthier (aider)
parent d33104aec1
commit 0cfc23b1a8

View file

@ -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")