APIs related to editor commands
Registers a command.
Example:
command.define { name = "My custom command", run = function() editor.flash_notification "Triggered my custom command" end }