coherent-oss / system

4 stars 0 forks source link

Command ergonomics need help #7

Closed jaraco closed 3 months ago

jaraco commented 4 months ago

Currently, the only way to build or test a coherent system project is to run python -m coherent.{module}, and since pipx doesn't provide an easy way to do that, the best model is pip-run, e.g.:

pip-run coherent.build -- -m coherent.build

That's not beautiful. I'd really rather there be a single installable command for coherent build or coherent test.

jaraco commented 3 months ago

With the release of coherent.cli 0.1, it's now possible to run simply coh build or coh test.