typer/typer
Sebastián Ramírez 1d3337a4da
Re-implement completion, fixes, add PowerShell support (#66)
*  Re-implement completion

*  Add tests for re-implemented completion

* 🎨 Move mypy config to file

* 🙈 Update .gitignore

*  Remove click-completion, add support for autodetection with shellingham

*  Fix test for PowerShell

* 🐛 Fix PowerShell permissions/test

* 🎨 Format test

* 🏁 Fix PowerShell script for Windows and PowerShell 5

* 📝 Update docs, internal implementation of completion
2020-03-16 13:21:58 +01:00
..
__init__.py 🔖 Release version 0.0.10 2020-03-10 18:51:38 +01:00
colors.py 🎨 Fix format 2020-01-02 16:07:29 +01:00
completion.py Re-implement completion, fixes, add PowerShell support (#66) 2020-03-16 13:21:58 +01:00
main.py Re-implement completion, fixes, add PowerShell support (#66) 2020-03-16 13:21:58 +01:00
models.py Add support for Click 7.1.1 (#60) 2020-03-10 18:49:29 +01:00
params.py ♻️ Refactor docs structure and add CLI option names 2020-01-02 12:49:28 +01:00
py.typed 🔧 Add type marker, support for PEP 561 (#58) 2020-03-08 19:11:14 +01:00
testing.py Add support for Click 7.1.1 (#60) 2020-03-10 18:49:29 +01:00