fix options diff + missing docs

This commit is contained in:
Philippe de Reynal 2024-11-30 11:33:10 +01:00
parent a8f6f1fce2
commit 23825cafe7
4 changed files with 285 additions and 276 deletions

View file

@ -22,7 +22,7 @@ def default_env_file(git_root):
def get_parser(default_config_files, git_root):
parser = configargparse.ArgumentParser(
description="Aider is AI pair programming in your terminal",
description="aider is AI pair programming in your terminal",
add_config_file_help=True,
default_config_files=default_config_files,
config_file_parser_class=configargparse.YAMLConfigFileParser,