Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Command ergonomics need help #7

Closed
jaraco opened this issue May 21, 2024 · 1 comment
Closed

Command ergonomics need help #7

jaraco opened this issue May 21, 2024 · 1 comment

Comments

@jaraco
Copy link
Member

jaraco commented May 21, 2024

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
Copy link
Member Author

jaraco commented Jun 15, 2024

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

1 participant