Skip to content

repl: tab completion for defined commands

Checklist
  • make -j4 test (UNIX) or vcbuild test nosign (Windows) passes
  • a test and/or benchmark is included
  • the commit message follows commit guidelines
Affected core subsystem(s)

repl

Description of change

Tab completion is not working for REPL defined commands

> .<<TAB>>
break  clear  exit   help   load   save

>.b<<TAB>>  // no tab completion

Merge request reports

Loading