typer/tests
Sebastián Ramírez 15380ddc07
Add support for help for CLI arguments (#123)
*  Implement custom TyperCommand and TyperArgument

to support help in CLI Arguments

*  Update data models to store help for CLI Arguments

*  Add help to typer.Argument()

*  Use new TyperCommand and TyperArgument classes by default

to support CLI Arguments with help

*  Update failing test

*  Make showing default values default to true and support arguments hidden from help text

*  Add docs for CLI arguments with defaults, help, and new features

* 📝 Update CLI options with new show_default=True by default

* 📝 Add example of CLI arguments with tuples

* 📝 Update docs with new generated help text for CLI arguments

* 📝 Use Optional for None example in micro-intro to types

*  Add tests for new CLI argument features from docs examples

*  Update tests with new generated help text for CLI arguments

*  Add tests for CLI arguments with tuple defaults

* 🔧 Update MkDocs with new sections

*  make show_envvar default to True

*  Add docs for envvar in CLI arguments

*  Add tests for CLI arguments with env vars from docs

* 🎨 Add format to CLI usage examples in docs

* 🔧 Add section about CLI arguments with env vars to MkDocs

* 📝 Fix link in docs with new structure

* 🎨 Fix format in first-steps
2020-06-24 21:05:21 +02:00
..
assets Support __main__.py, passing prog_name to callable (#120) 2020-06-23 13:29:45 +02:00
test_completion Make installed completion lazy load (#92) 2020-04-26 12:16:38 +02:00
test_tutorial Add support for help for CLI arguments (#123) 2020-06-24 21:05:21 +02:00
__init__.py Add first test, scaffold testing 2019-12-24 15:35:53 +01:00
test_others.py Add support for forward references (#93) 2020-04-26 15:42:13 +02:00
test_prog_name.py Support __main__.py, passing prog_name to callable (#120) 2020-06-23 13:29:45 +02:00