mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 10:45:00 +00:00
Removed config_file_parser_class=configargparse.YAMLConfigFileParser to use more flexible DefaultConfigFileParser #767
This commit is contained in:
parent
338c4cfb61
commit
4cd7d92351
1 changed files with 0 additions and 1 deletions
|
@ -25,7 +25,6 @@ def get_parser(default_config_files, git_root):
|
||||||
description="aider is GPT powered coding in your terminal",
|
description="aider is GPT powered coding in your terminal",
|
||||||
add_config_file_help=True,
|
add_config_file_help=True,
|
||||||
default_config_files=default_config_files,
|
default_config_files=default_config_files,
|
||||||
config_file_parser_class=configargparse.YAMLConfigFileParser,
|
|
||||||
auto_env_var_prefix="AIDER_",
|
auto_env_var_prefix="AIDER_",
|
||||||
)
|
)
|
||||||
group = parser.add_argument_group("Main")
|
group = parser.add_argument_group("Main")
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue