alfred 2.2.3`` make easier to create alfred command without writing code.
For example, for django you can create a command as
python
alfred --new python manage.py makemigrations
[![asciicast](https://asciinema.org/a/L1fDS7KgbAXTvPL4Z7RjZmNcI.svg)
What's Changed
* alfred --new assists the developer to create a new command by FabienArcellier in https://github.com/FabienArcellier/alfred-cli/pull/66
* alfred's autocompletion should work with colon as command separator by FabienArcellier in https://github.com/FabienArcellier/alfred-cli/pull/67
* configure PYTHONUNBUFFERED on startup by FabienArcellier in https://github.com/FabienArcellier/alfred-cli/pull/65
**Full Changelog**: https://github.com/FabienArcellier/alfred-cli/compare/2.2.2...2.2.3