fix: Add event tracking for interactive help command

This commit is contained in:
Paul Gauthier 2024-08-12 20:36:51 -07:00 committed by Paul Gauthier (aider)
parent 1a8763d989
commit 4bad876f66

View file

@ -824,6 +824,7 @@ class Commands:
self.basic_help()
return
self.coder.event("interactive help")
from aider.coders import Coder
if not self.help: