Commit graph

280 commits

Author SHA1 Message Date
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
Sebastián Ramírez
45f995c6aa Add tests for the first steps 2019-12-28 13:57:56 +01:00
Sebastián Ramírez
ac4ff7037d 🐛 Fix testing CliRunner 2019-12-28 11:39:53 +01:00
Sebastián Ramírez
39e034e3f2 📝 Update release notes 2019-12-27 12:24:07 +01:00
Sebastián Ramírez
6d4bf365f4
Add automatic completion options by default, if click-completion is installed
Add automatic completion options by default, if click-completion is installed
2019-12-27 12:22:03 +01:00
Sebastián Ramírez
e5c1c3596c Add automatic completion options by default, if click-completion is installed 2019-12-27 12:17:32 +01:00
Sebastián Ramírez
ecd724a6b7 📝 Update release notes 2019-12-27 00:14:58 +01:00
Sebastián Ramírez
234e50abfe
Fix Termynal size, update first steps, add fast button
Fix Termynal size, update first steps, add fast button
2019-12-27 00:12:19 +01:00
Sebastián Ramírez
941e86dbe5 🐛 Make Tutorial intro be the index, to have a tutorial root 2019-12-27 00:04:19 +01:00
Sebastián Ramírez
bed4e2b0e9 Update Termynal modifications, update first steps to use it
Make Termynal have fixed sizes, add "fast" button, use it in first steps
2019-12-27 00:02:53 +01:00
Sebastián Ramírez
e91c5a4aaa 📝 Fix GitHub markdown formatting 2019-12-26 21:22:43 +01:00
Sebastián Ramírez
30c8e5f412 📝 Update README.md from docs/index.md 2019-12-26 21:20:51 +01:00
Sebastián Ramírez
0842c83c36 📝 Update release notes 2019-12-26 21:19:53 +01:00
Sebastián Ramírez
c004fb6af8
Add termynal for awesome docs 2019-12-26 21:18:33 +01:00
Sebastián Ramírez
e3327b088b Add custom termynal handling for docs, with fenced code 2019-12-26 21:04:38 +01:00
Sebastián Ramírez
7fc3d1224a 🔖 Release version 0.0.4 2019-12-24 21:17:05 +01:00
Sebastián Ramírez
95098f1a58 📝 Update release notes 2019-12-24 21:16:03 +01:00
Sebastián Ramírez
0150d8c50b 🍱 Add GitHub social preview images 2019-12-24 21:15:16 +01:00
Sebastián Ramírez
bc931c1935 📝 Update sub-header, short description 2019-12-24 21:14:42 +01:00
Sebastián Ramírez
ea35b8d8ae 📝 Update README with latest docs 2019-12-24 20:43:48 +01:00
Sebastián Ramírez
4acd87c078 📝 Update release notes 2019-12-24 20:42:31 +01:00
Sebastián Ramírez
7b115c305a
📝 Rewording in docs and fix typos 2019-12-24 20:40:59 +01:00
Camila Gutierrez
d985d5bcbf
Update docs/index.md
Co-Authored-By: Sebastián Ramírez <tiangolo@gmail.com>
2019-12-24 20:37:12 +01:00