Skip to content

Commit

Permalink
Fix #548: :i? doesnt provide command description
Browse files Browse the repository at this point in the history
  • Loading branch information
enovella authored and trufae committed Jan 30, 2024
1 parent c8e9de7 commit 346d2ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/agent/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const commandHandlers = {
'ii*': info.listImportsR2,
iij: info.listImportsJson,
il: [info.listModules, 'list libraries'],
'il.': info.listModulesHere,
'il.': [info.listModulesHere, 'list libraries of current offset'],
'il*': info.listModulesR2,
ilq: info.listModulesQuiet,
ilj: info.listModulesJson,
Expand Down

0 comments on commit 346d2ac

Please sign in to comment.