mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 17:55:01 +00:00
feat: Add notifications parameter to coder initialization
This commit is contained in:
parent
2fe1b1e16e
commit
f661025acc
1 changed files with 1 additions and 0 deletions
|
@ -559,6 +559,7 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
editingmode=editing_mode,
|
||||
fancy_input=args.fancy_input,
|
||||
multiline_mode=args.multiline,
|
||||
notifications=args.notifications,
|
||||
)
|
||||
|
||||
io = get_io(args.pretty)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue