mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-05 04:05:04 +00:00
feat: Add verbose argument to check_version function
This commit is contained in:
parent
abb375eb73
commit
76a4b878b1
2 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@ from aider import utils
|
|||
from aider.dump import dump # noqa: F401
|
||||
|
||||
|
||||
def check_version(io, just_check=False):
|
||||
def check_version(io, just_check=False, verbose=False):
|
||||
fname = Path.home() / ".aider" / "caches" / "versioncheck"
|
||||
if not just_check and fname.exists():
|
||||
day = 60 * 60 * 24
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue