Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
# Description This PR adds an script called `argilla` to the package that allows to execute the Argilla CLI without the need of `python -m argilla` (`argilla --help`). **Type of change** - [x] New feature (non-breaking change which adds functionality) **How Has This Been Tested** - [x] `pip install -e.` (to reinstall the package) - [x] `argilla --help` worked **Checklist** - [ ] I added relevant documentation - [x] I followed the style guidelines of this project - [x] I did a self-review of my code - [ ] I made corresponding changes to the documentation - [x] My changes generate no new warnings - [ ] I have added tests that prove my fix is effective or that my feature works - [ ] I filled out [the contributor form](https://tally.so/r/n9XrxK) (see text above) - [x] I have added relevant notes to the `CHANGELOG.md` file (See https://keepachangelog.com/)
- Loading branch information