Closed tomdye closed 7 years ago
We should probably publish the CLI interfaces somewhere such that they can be used by cli commands.
At the moment a command would need to have a dependency on the cli itself in order to use it's interface and that is less than ideal.
Why wouldn't they just be in cli? Wouldn't every CLI task need it as a dev dependency anyways?
cli
We should probably publish the CLI interfaces somewhere such that they can be used by cli commands.
At the moment a command would need to have a dependency on the cli itself in order to use it's interface and that is less than ideal.