getappmap / appmap-js

Client libraries for AppMap
48 stars 17 forks source link

feat: Export `AvailableCommands` #1799

Closed dustinbyrne closed 4 months ago

dustinbyrne commented 4 months ago

AvailableCommands is a derivative of MODE_PREFIXES, a list of all of Navie's available commands, with additional descriptive text.

Consideration: how does this synchronize with the remote Navie proxy? Perhaps in the future this could be served via an HTTP endpoint.