mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 12:14:59 +00:00
feat: Add OS-specific default notification commands with custom message
This commit is contained in:
parent
56ba7ef411
commit
93b86a8800
2 changed files with 29 additions and 2 deletions
|
@ -826,7 +826,7 @@ def get_parser(default_config_files, git_root):
|
|||
"--notifications-command",
|
||||
metavar="COMMAND",
|
||||
default=None,
|
||||
help="Specify a command to run for notifications instead of the terminal bell",
|
||||
help="Specify a command to run for notifications instead of the terminal bell. If not specified, a default command for your OS may be used.",
|
||||
)
|
||||
group.add_argument(
|
||||
"--detect-urls",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue