Sounds great. It’ll be useful to combine the function to describe EditLine
commands, help text, and their callbacks with the logic to register keyboard
commands for them, as well, so I’ll do both.
However, I couldn’t make the member function pointer a function argument,
because then the lamb
As long as the solution matches "EditLine *" (C struct type from edit line
library) to back to the C++ instance of "Editline" (lower case ell in "line"
from LLDB). It should be easy to do with a template.
I am fine with any new solution that makes it easier to add new commands. I
would rather h