refactor: rename copypaste flag to copy-paste and update help text

This commit is contained in:
Paul Gauthier 2024-12-05 20:43:14 -08:00 committed by Paul Gauthier (aider)
parent 623770e24b
commit 6efdf8a7f4
2 changed files with 5 additions and 5 deletions

View file

@ -536,10 +536,10 @@ def get_parser(default_config_files, git_root):
help="Enable/disable watching files for ai coding comments (default: False)",
)
group.add_argument(
"--copypaste",
"--copy-paste",
action=argparse.BooleanOptionalAction,
default=False,
help="Enable/disable watching clipboard for changes (default: False)",
help="Enable automatic copy/paste of chat between aider and web UI (default: False)",
)
group = parser.add_argument_group("Fixing and committing")
group.add_argument(