Commit graph

251 commits

Author SHA1 Message Date
Sebastián Ramírez
ff37cb874f
📝 Add extra docs and tests for param types 2020-01-05 22:07:49 +01:00
Sebastián Ramírez
be75c9c3a3 Add tests for extra param types, bool, number 2020-01-05 21:53:57 +01:00
Sebastián Ramírez
421468c04c 📝 Add/extend docs and examples for param types. bool, int. 2020-01-05 21:52:46 +01:00
Sebastián Ramírez
439fb06fb8
📝 Add docs for Callbacks and One or Multiple commands, with docs, tests, bug fixes. 2020-01-05 21:50:31 +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
d0ee82ba82 Add tests for commands: callbacks 2020-01-05 21:38:57 +01:00
Sebastián Ramírez
56bb2576c4 📝 Add docs for callbacks and one or multiple commands 2020-01-05 21:37:44 +01:00
Sebastián Ramírez
13819bfdfa
Add docs for subcommands, examples, tests, bug fixes 2020-01-05 21:29:32 +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
bf50faeacc 💚 Update dev dependencies and CI scripts 2020-01-05 21:07:26 +01:00
Sebastián Ramírez
5d7eb2285d 🔧 Update tests tools 2020-01-05 20:50:14 +01:00
Sebastián Ramírez
44319119e9 Add tests for subcommands examples 2020-01-05 20:49:29 +01:00
Sebastián Ramírez
daeb3b7656 Add docs and examples for subcommands 2020-01-05 20:47:16 +01:00
Sebastián Ramírez
f3c97dc283 Add tests for subcommands 2020-01-04 02:39:55 +01:00
Sebastián Ramírez
b36c75b5a7 Add SubCommands sections 2020-01-04 02:25:02 +01:00
Sebastián Ramírez
416aba4fe7 ♻️ Refactor subcommands to not require being a package 2020-01-04 02:23:46 +01:00
Sebastián Ramírez
7938d89d5e Add first version of subcommands tutorial 2020-01-04 01:51:44 +01:00
Sebastián Ramírez
d12d00e919 📝 Update release notes 2020-01-02 19:33:37 +01:00
Sebastián Ramírez
1c0b34db06
🔥 Remove unused code for argument param declarations 2020-01-02 19:33:02 +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
15d790a9ae 📝 Update release notes 2020-01-02 19:23:19 +01:00
Sebastián Ramírez
8456849b89
📝 Add docs for launching applications/files. 2020-01-02 19:20:35 +01:00
Sebastián Ramírez
bc4709cc9d 📝 Add docs for launching applications 2020-01-02 19:09:36 +01:00
Sebastián Ramírez
b925ed2c21 📝 Update docs for app_dir using Path 2020-01-02 19:08:53 +01:00
Sebastián Ramírez
d1970dabe7 📝 Update release notes 2020-01-02 18:53:21 +01:00
Sebastián Ramírez
e4d6047cf8
📝 Add docs for get_app_dir() 2020-01-02 18:51:54 +01:00
Sebastián Ramírez
fb46cc056c 📝 Add docs for get_app_dir() 2020-01-02 18:42:36 +01:00
Sebastián Ramírez
db25071eba 📝 Update release notes 2020-01-02 18:41:53 +01:00
Sebastián Ramírez
d172d69189 📝 Update release notes 2020-01-02 18:40:23 +01:00
Sebastián Ramírez
8d859ddadb
Merge pull request #23 from tiangolo/progressbar
📝 Add docs for progress bars.
2020-01-02 18:38:18 +01:00
Sebastián Ramírez
e9afd24958 🐛 Fix overwritten test function 2020-01-02 18:17:43 +01:00
Sebastián Ramírez
4f26f45134 📝 Add docs for progressbar 2020-01-02 18:17:21 +01:00
Sebastián Ramírez
d056aac6bc 📝 Update release notes 2020-01-02 17:05:49 +01:00
Sebastián Ramírez
92a7a01788
📝 Add docs for interactive prompts. 2020-01-02 17:05:12 +01:00
Sebastián Ramírez
7673cab540 Add tests for prompts 2020-01-02 16:59:26 +01:00
Sebastián Ramírez
541ef46319 📝 Add docs for asking with a prompt 2020-01-02 16:59:09 +01:00
Sebastián Ramírez
63db8947de 📝 Update release notes 2020-01-02 16:35:37 +01:00
Sebastián Ramírez
53b27afa04
📝 Update path docs 2020-01-02 16:34:45 +01:00
Sebastián Ramírez
ff8a1e4c27 📝 Update path docs 2020-01-02 16:28:35 +01:00
Sebastián Ramírez
5876605f30 📝 Update release notes 2020-01-02 16:13:56 +01:00
Sebastián Ramírez
051307093a
📝 Add colors module and docs for printing and terminating, including tests. 2020-01-02 16:11:55 +01:00
Sebastián Ramírez
bb0bbfaad2 🎨 Fix format 2020-01-02 16:07:29 +01:00
Sebastián Ramírez
9abba68f0b Add tests for printing and terminating 2020-01-02 15:22:39 +01:00
Sebastián Ramírez
aadca21c0b 📝 Add docs for printing and terminating 2020-01-02 15:22:10 +01:00
Sebastián Ramírez
0ed9efe956 Add colors module 2020-01-02 15:21:08 +01:00
Sebastián Ramírez
2af53e676a 📝 Update release notes 2020-01-02 12:59:13 +01:00
Sebastián Ramírez
1dacbcdfc7
♻️ 📝 Refactor docs' structure and add CLI option names 2020-01-02 12:56:20 +01:00
Sebastián Ramírez
d8a5236c08 ♻️ Refactor docs structure and add CLI option names 2020-01-02 12:49:28 +01:00