mirror of
https://github.com/Aider-AI/aider.git
synced 2025-06-01 02:05:00 +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()
|
self.basic_help()
|
||||||
return
|
return
|
||||||
|
|
||||||
|
self.coder.event("interactive help")
|
||||||
from aider.coders import Coder
|
from aider.coders import Coder
|
||||||
|
|
||||||
if not self.help:
|
if not self.help:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue