mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-31 01:35:00 +00:00
feat: add --load option to execute commands from file on launch
This commit is contained in:
parent
347a9f2a6d
commit
717592463e
2 changed files with 2 additions and 4 deletions
|
@ -1,4 +1,4 @@
|
|||
#ai
|
||||
# ai
|
||||
import configparser
|
||||
import json
|
||||
import os
|
||||
|
@ -772,7 +772,6 @@ def main(argv=None, input=None, output=None, force_git_root=None, return_coder=F
|
|||
|
||||
if args.load:
|
||||
commands.cmd_load(args.load)
|
||||
return
|
||||
|
||||
if args.exit:
|
||||
return
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue