mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-08 05:34:59 +00:00
updated history; restored YAMLConfigFileParser
This commit is contained in:
parent
0d97f52316
commit
48d86a9481
2 changed files with 2 additions and 0 deletions
|
@ -17,6 +17,7 @@ def get_parser(default_config_files, git_root):
|
|||
description="aider is GPT powered coding in your terminal",
|
||||
add_config_file_help=True,
|
||||
default_config_files=default_config_files,
|
||||
config_file_parser_class=configargparse.YAMLConfigFileParser,
|
||||
auto_env_var_prefix="AIDER_",
|
||||
)
|
||||
group = parser.add_argument_group("Main")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue