mirror of
https://github.com/Aider-AI/aider.git
synced 2025-05-30 17:24:59 +00:00
fix: Add event tracking for interactive help command
This commit is contained in:
parent
1a8763d989
commit
4bad876f66
1 changed files with 1 additions and 0 deletions
|
@ -824,6 +824,7 @@ class Commands:
|
|||
self.basic_help()
|
||||
return
|
||||
|
||||
self.coder.event("interactive help")
|
||||
from aider.coders import Coder
|
||||
|
||||
if not self.help:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue