mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-29 08:44:59 +00:00
feat: Add notification parameter to InputOutput initialization
This commit is contained in:
parent
38e8d27416
commit
09e998523f
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,
|
||||
notification=args.notification,
|
||||
)
|
||||
|
||||
io = get_io(args.pretty)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue