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