Add New Doctor Command
When adding a doctor command, do the following if the workspace needs to be reloaded:
- add action to
RELOAD_BEFORE_ACTIONS
if workspace needs to be reloaded before running the action - add action to
RELOAD_AFTER_ACTIONS
if workspace needs to be reloaded after the action has run
See this pr for an example
Backlinks