Change command-line parsing (again...)

- Added formatted table with `--style` option
- Added `warning` log level
- Fixed bugs and cleaned up API
- Removed some extra debugging output
This commit is contained in:
David Allen 2023-07-01 21:32:24 -06:00
parent 0238dfd510
commit b36d55ceee
15 changed files with 685 additions and 255 deletions

3
.gitmodules vendored
View file

@ -13,3 +13,6 @@
[submodule "modules/csv2"]
path = modules/csv2
url = https://github.com/p-ranav/csv2
[submodule "modules/argparse"]
path = modules/argparse
url = https://github.com/p-ranav/argparse