Used internally by LspTextEditor
to manage command requests.
Constructor
Methods
runCommand(command:Command, ?callback:Function):Void
Runs a command, and passes the result to the callback. If the command
has not been registered, throws an ArgumentError
.