mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-03 19:24:59 +00:00
feat: Rename --yes
to --yes-always
and update config file syntax
This commit is contained in:
parent
d4fe0b18ad
commit
99c3a1ec7f
8 changed files with 62 additions and 18 deletions
|
@ -147,7 +147,10 @@ class YamlHelpFormatter(argparse.HelpFormatter):
|
|||
elif action.nargs in ("*", "+") or isinstance(action, argparse._AppendAction):
|
||||
parts.append(f"#{switch}: xxx")
|
||||
parts.append("## Specify multiple values like this:")
|
||||
parts.append(f"#{switch}: [xxx,yyyy,zzz]\n")
|
||||
parts.append(f"#{switch}:")
|
||||
parts.append(f"# - xxx")
|
||||
parts.append(f"# - yyy")
|
||||
parts.append(f"# - zzz")
|
||||
else:
|
||||
parts.append(f"#{switch}: xxx\n")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue