mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-02 18:54:59 +00:00
Show version on startup
This commit is contained in:
parent
aab636f4e9
commit
c54740c617
1 changed files with 2 additions and 0 deletions
|
@ -293,6 +293,8 @@ def main(args=None, input=None, output=None):
|
|||
dry_run=args.dry_run,
|
||||
)
|
||||
|
||||
io.tool_output(f"Aider v{__version__}")
|
||||
|
||||
if not git_root and args.git:
|
||||
if io.confirm_ask("No git repo found, create one to track GPT's changes (recommended)?"):
|
||||
repo = git.Repo.init(os.getcwd())
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue