2.2.3
alfred 2.2.3
make easier to create alfred command without writing code.
For example, for django you can create a command as
alfred --new python manage.py makemigrations
What's Changed
- alfred --new assists the developer to create a new command by @FabienArcellier in #66
- alfred's autocompletion should work with colon as command separator by @FabienArcellier in #67
- configure PYTHONUNBUFFERED on startup by @FabienArcellier in #65
Full Changelog: 2.2.2...2.2.3