Sebastián Ramírez
51e272a2ce
🔖 Release version 0.0.10
2020-03-10 18:51:38 +01:00
Sebastián Ramírez
96b29e9639
✨ Add support for Click 7.1.1 ( #60 )
...
* ⬆️ Upgrade required Click to 7.1.1 and pin it to patch versions
as a MINOR version broke compatibility, so I'll have to upgrade manually every time
* 📌 Fix pinning Click to MINOR version
* ✨ Upgrade code to be compatible with latest Click changes
* ✅ Update tests with new format for errors
* 📝 Update docs to keep them in sync with actual output
2020-03-10 18:49:29 +01:00
Sebastián Ramírez
e8a30e5261
🔖 Release version 0.0.9
2020-03-08 19:12:31 +01:00
Sebastián Ramírez
dd0ba8dcd5
🔧 Add type marker, support for PEP 561 ( #58 )
2020-03-08 19:11:14 +01:00
Sebastián Ramírez
9009a8d40c
🔖 Release version 0.0.8
2020-01-05 22:41:59 +01:00
Sebastián Ramírez
c84fcae712
🐛 Fix handling of CLI parameters with multiple values
2020-01-05 22:12:11 +01:00
Sebastián Ramírez
6ccdbb8538
🐛 Fix getting callback from instance creation
2020-01-05 21:42:35 +01:00
Sebastián Ramírez
be3f32919b
🐛 Fix using solved/extracted help
2020-01-05 21:18:06 +01:00
Sebastián Ramírez
0086b7b316
🐛 Fix help extraction implementation and priority
2020-01-05 21:17:03 +01:00
Sebastián Ramírez
b4fa0617f9
🔥 Remove unnecessary noqa comments
2020-01-05 21:15:26 +01:00
Sebastián Ramírez
6aa9e26f7c
🔥 Remove unused code for argument param declarations
2020-01-02 19:24:16 +01:00
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