aiidateam / aiida-common-workflows

A repository for the implementation of common workflow interfaces across materials-science codes and plugins
https://aiida-common-workflows.readthedocs.io
MIT License
52 stars 31 forks source link

CLI: Add entry point for CLI as `acwf` #297

Closed sphuber closed 1 year ago

sphuber commented 1 year ago

Fixes #271

Currently the CLI executable is called aiida-common-workflows which is quite long. Now that we have introduced ACWF as the official acronym for the project, the CLI should also be invokable as acwf. To not break backwards compatibility aiida-common-workflows is kept along side for now.