typer/docs/tutorial
Sebastián Ramírez 5a6379ffc6
Add docs for testing, password, version, context. Extra tests, include callback and autocompletion PR (#68)
*  Implement custom handling for callbacks with types

*  Implement type-based handling for completion functions

*  Add examples for custom completion

* 📝 Add docs for custom autocompletion

*  Add tests for autocompletion

*  Document using the context

*  Add tests for using the context

*  Add tests init for context

* 🔧 Update Mypy config

*  Add extra tests for completion

* ✏️ Fix format, typos, and minor texts

*  Update docs for printing, include stdout, stderr, and stdin

* ✏️ Add references to FastAPI, fix typos

* ✏️ Fix typo in Typer CLI

* 📝 Update docs for version

* 📝 Update docs for callbacks

* 📝 Update references to stdout/stderr in autocompletion

* 📝 Add docs for password in CLI option

* 📝 Add docs and tests for Testing

* 📝 Add new sections to docs

* 🎨 Fix formatting
2020-03-18 21:17:47 +01:00
..
commands Add docs for testing, password, version, context. Extra tests, include callback and autocompletion PR (#68) 2020-03-18 21:17:47 +01:00
multiple-values 🎨 Tweak external link format 2020-01-17 16:27:17 +01:00
options Add docs for testing, password, version, context. Extra tests, include callback and autocompletion PR (#68) 2020-03-18 21:17:47 +01:00
parameter-types Add docs for testing, password, version, context. Extra tests, include callback and autocompletion PR (#68) 2020-03-18 21:17:47 +01:00
subcommands 🐛 Fix docs format with hl_lines (#65) 2020-03-12 10:46:32 +01:00
app-dir.md 🎨 Tweak external link format 2020-01-17 16:27:17 +01:00
arguments.md Add docs for testing, password, version, context. Extra tests, include callback and autocompletion PR (#68) 2020-03-18 21:17:47 +01:00
first-steps.md Add docs for testing, password, version, context. Extra tests, include callback and autocompletion PR (#68) 2020-03-18 21:17:47 +01:00
index.md Add docs for testing, password, version, context. Extra tests, include callback and autocompletion PR (#68) 2020-03-18 21:17:47 +01:00
launch.md 📝 Add docs for launching applications 2020-01-02 19:09:36 +01:00
printing.md Add docs for testing, password, version, context. Extra tests, include callback and autocompletion PR (#68) 2020-03-18 21:17:47 +01:00
progressbar.md 🎨 Tweak external link format 2020-01-17 16:27:17 +01:00
prompt.md 📝 Refactor docs with internal links 2020-01-18 19:35:49 +01:00
terminating.md Add docs for testing, password, version, context. Extra tests, include callback and autocompletion PR (#68) 2020-03-18 21:17:47 +01:00
testing.md Add docs for testing, password, version, context. Extra tests, include callback and autocompletion PR (#68) 2020-03-18 21:17:47 +01:00