feat: Add verbose argument to check_version function

This commit is contained in:
Paul Gauthier (aider) 2024-08-13 05:31:04 -07:00
parent abb375eb73
commit 76a4b878b1
2 changed files with 3 additions and 3 deletions

View file

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