Commit graph

452 commits

Author SHA1 Message Date
Sebastián Ramírez
d8a5236c08 ♻️ Refactor docs structure and add CLI option names 2020-01-02 12:49:28 +01:00
Sebastián Ramírez
19a4f6e217 🔖 Release 0.0.7 2019-12-31 22:30:45 +01:00
Sebastián Ramírez
0c7510e56d 📝 Update release notes 2019-12-31 22:27:13 +01:00
Sebastián Ramírez
a19581bcb0
📝 ✔️ CLI parameters: docs, refactor/upgrade, tests. 2019-12-31 22:25:19 +01:00
Sebastián Ramírez
cebdfbb921 Update file handling implementation to make it simpler 2019-12-31 22:17:31 +01:00
Sebastián Ramírez
73f047ad39 Add tests for CLI parameter types 2019-12-31 22:16:44 +01:00
Sebastián Ramírez
073a72469c 📝 Add docs for CLI parameter types 2019-12-31 22:14:18 +01:00
Sebastián Ramírez
355c223bcb 📝 Update release notes 2019-12-31 11:33:57 +01:00
Sebastián Ramírez
1a3db115de
Update completion tests, checking for printed message 2019-12-31 11:32:22 +01:00
Sebastián Ramírez
f9d7f69d7e Update completion tests, checking for printed message 2019-12-31 11:25:48 +01:00
Sebastián Ramírez
dcbe3fc53b
Add tests for completion 2019-12-31 11:23:56 +01:00
Sebastián Ramírez
cde63b0760 🐛 Fix test completion, check for bash completion file before running 2019-12-31 11:19:07 +01:00
Sebastián Ramírez
7b369b79f2 Add tests for completion 2019-12-31 11:13:38 +01:00
Sebastián Ramírez
e9c5cd6061 🔖 Release version 0.0.6 2019-12-30 14:41:53 +01:00
Sebastián Ramírez
32f399a96b 📝 Release notes 2019-12-30 14:41:03 +01:00
Sebastián Ramírez
ed6701b431
📝 🐛 Commands: docs, examples, tests, and fix 2019-12-30 14:39:10 +01:00
Sebastián Ramírez
5095102def 🐛 Fix handling defaults in TyperInfo 2019-12-30 14:30:34 +01:00
Sebastián Ramírez
6e7d6df51c Add tests for Commands 2019-12-30 14:25:13 +01:00
Sebastián Ramírez
0ece3b9772 📝 Fix wording to avoid confusion between CLI program, command, subcommand 2019-12-30 14:24:33 +01:00
Sebastián Ramírez
b88351643d 📝 Add docs and examples for Commands 2019-12-30 14:23:31 +01:00
Sebastián Ramírez
57b3cc1397 📝 Update release notes 2019-12-29 17:15:24 +01:00
Sebastián Ramírez
b43402371f
📝 Add docs for CLI arguments 2019-12-29 17:14:19 +01:00
Sebastián Ramírez
3332ab3cae Add tests for CLI arguments 2019-12-29 17:09:56 +01:00
Sebastián Ramírez
ce1316ce8f 🎨 Tweak Termynal CSS and emojis 2019-12-29 17:09:19 +01:00
Sebastián Ramírez
f6b61af6ae 📝 Add docs for CLI Arguments 2019-12-29 17:08:31 +01:00
Sebastián Ramírez
518517865d 📝 Update release notes 2019-12-29 12:53:51 +01:00
Sebastián Ramírez
9fb09d4942
Add docs for CLI Options with tests
Add docs for CLI Options with tests
2019-12-29 12:51:24 +01:00
Sebastián Ramírez
175bb67587 🔧 Update coverage pragma 2019-12-29 10:26:43 +01:00
Sebastián Ramírez
f5b0b80b0e Improve --install-completion messages 2019-12-29 10:25:15 +01:00
Sebastián Ramírez
8596200b7c Add tests for examples in CLI Options 2019-12-29 10:24:31 +01:00
Sebastián Ramírez
345446321e 📝 Add CLI Options docs and examples 2019-12-29 10:23:31 +01:00
Sebastián Ramírez
13e0c8e90b Add support for custom prompts in custom Termynal 2019-12-28 22:37:51 +01:00
Sebastián Ramírez
95c1f103b3 📝 Fix typos, update docs and descriptions 2019-12-28 22:35:47 +01:00
Sebastián Ramírez
5aa9bddb02 🔖 Release 0.0.5 2019-12-28 15:28:11 +01:00
Sebastián Ramírez
5cefc1b099 📝 Update short description in MkDocs 2019-12-28 15:27:46 +01:00
Sebastián Ramírez
8c12f80ebf 📝 Update release notes 2019-12-28 15:23:59 +01:00
Sebastián Ramírez
72466cb328
🔥 Clean exports from typer, remove unneeded Click components, add needed ones
Clean exports from typer, remove unneeded Click components
2019-12-28 15:22:22 +01:00
Sebastián Ramírez
65f4d2fc1a 🎨 Format imports 2019-12-28 15:17:47 +01:00
Sebastián Ramírez
858f993cef 🔥 Clean exports from typer, remove unneeded Click components
and add Exit exception
2019-12-28 15:09:06 +01:00
Sebastián Ramírez
7cef6e5b7d 📝 Update release notes 2019-12-28 14:56:14 +01:00
Sebastián Ramírez
a8bc1b7b32
🐛 Fix and document extracting help form docstring 2019-12-28 14:54:26 +01:00
Sebastián Ramírez
f00e10083c Fix test coverage handling 2019-12-28 14:44:08 +01:00
Sebastián Ramírez
e02475a784 Add tests for tutorial006 in First Steps, to test help from docstring 2019-12-28 14:25:32 +01:00
Sebastián Ramírez
cf75cada76 📝 Update First Steps to include how to document in a docstring 2019-12-28 14:24:54 +01:00
Sebastián Ramírez
8bf9eccf04 🐛 Fix extracting help from docstrings in functions
handling defaults when including Typer groups and explicit None
2019-12-28 14:23:49 +01:00
Sebastián Ramírez
a65088170a 📝 Update release notes 2019-12-28 14:21:29 +01:00
Sebastián Ramírez
9b44a9fda3
📝 Update docs with references to --install-completion 2019-12-28 14:20:25 +01:00
Sebastián Ramírez
c941db5427 📝 Update docs with references to --install-completion
and use subcommand everywhere instead of sub-command for consistency with Click
2019-12-28 14:12:47 +01:00
Sebastián Ramírez
f192d9d4af 📝 Update release notes 2019-12-28 14:10:12 +01:00
Sebastián Ramírez
c92fddc1e6
Fix testing, add tests
Fix testing tools, add first tests
2019-12-28 14:09:01 +01:00