mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-25 23:05:00 +00:00
refactor: remove unused haiku formatting option
This commit is contained in:
parent
d33104aec1
commit
0cfc23b1a8
1 changed files with 0 additions and 6 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue