Commit graph

26 commits

Author SHA1 Message Date
Sebastián Ramírez
bb0bbfaad2 🎨 Fix format 2020-01-02 16:07:29 +01:00
Sebastián Ramírez
0ed9efe956 Add colors module 2020-01-02 15:21:08 +01:00
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
cebdfbb921 Update file handling implementation to make it simpler 2019-12-31 22:17:31 +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
5095102def 🐛 Fix handling defaults in TyperInfo 2019-12-30 14:30:34 +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
5aa9bddb02 🔖 Release 0.0.5 2019-12-28 15:28:11 +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
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
ac4ff7037d 🐛 Fix testing CliRunner 2019-12-28 11:39:53 +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
7fc3d1224a 🔖 Release version 0.0.4 2019-12-24 21:17:05 +01:00
Sebastián Ramírez
bc931c1935 📝 Update sub-header, short description 2019-12-24 21:14:42 +01:00
Sebastián Ramírez
bfcc1909b0 🔖 Release version 0.0.3 2019-12-24 18:06:28 +01:00
Sebastián Ramírez
0502fe7a1f 🐛 Fix group creation without name 2019-12-24 18:04:31 +01:00
Sebastián Ramírez
86c82b1eea 🔖 Release version 0.0.2 2019-12-24 17:26:35 +01:00
Sebastián Ramírez
5fc6cc9648 🎨 Fix format 2019-12-24 17:19:50 +01:00
Sebastián Ramírez
b52fc16bba 🎨 Fix types and format 2019-12-24 17:16:58 +01:00
Sebastián Ramírez
eff740c844 Add custom CliRunner and Click imports 2019-12-24 15:35:16 +01:00
Sebastián Ramírez
f600c08a0c Add first cleaned version of main code 2019-12-23 21:54:48 +01:00
Sebastián Ramírez
0cfc112b0f 🎉 First commit, Typer scaffolding 2019-12-20 16:36:04 +01:00