it would be useful to have a dict of commands: ``` json { "run": "run", "continuous run": "~run", "test": "test", "continuous test": "~test", "custom task": "..." } ```