List the available commands.
Thoughts on implementation
Each command should define name and helpText properties for displaying.
This should probably be a top level thing defined in server.ts instead of a separate command.
Questions
- How can the matcher functions be shown in the help text? Or should help text just describe what matches and what doesn't?
List the available commands.
Thoughts on implementation
Each command should define
nameandhelpTextproperties for displaying.This should probably be a top level thing defined in
server.tsinstead of a separate command.Questions