Commit 39fb761
IamLunchbox
Release 0.0.21
This release includes major changes to the logging of the application.
Beforehand, logging was mostly nonexistant and the only output was done by passing json directly to the cli.
This refactor includes a logging object, which captures all logging content and also handles emitting the logs.
Optionally, all data can be obtained by passing -j to the cli in json format, otherwise json will only be passed by list and export commands.
Lastly, flag parsing is done at the action level now, not anymore at the lowest level.1 parent d5869cb commit 39fb761
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
| 16 | + | |
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| |||
0 commit comments