mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-04 11:45:00 +00:00
refactor: rename copypaste flag to copy-paste and update help text
This commit is contained in:
parent
623770e24b
commit
6efdf8a7f4
2 changed files with 5 additions and 5 deletions
|
@ -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(
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue