mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-07 13:15:00 +00:00
style: Update color configuration comments to use quotes
This commit is contained in:
parent
a412a65315
commit
5931979b74
6 changed files with 102 additions and 99 deletions
|
@ -152,7 +152,10 @@ class YamlHelpFormatter(argparse.HelpFormatter):
|
|||
parts.append(f"# - yyy")
|
||||
parts.append(f"# - zzz")
|
||||
else:
|
||||
parts.append(f"#{switch}: xxx\n")
|
||||
if switch.endswith("color"):
|
||||
parts.append(f'#{switch}: "xxx"\n')
|
||||
else:
|
||||
parts.append(f"#{switch}: xxx\n")
|
||||
|
||||
###
|
||||
# parts.append(str(action))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue