feat: add --load option to execute commands from file on launch

This commit is contained in:
Paul Gauthier 2024-10-29 13:54:42 -07:00 committed by Paul Gauthier (aider)
parent 347a9f2a6d
commit 717592463e
2 changed files with 2 additions and 4 deletions

View file

@ -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