From e74d436ed7d6e296c69cd994a0abb11435566c54 Mon Sep 17 00:00:00 2001 From: Fabien Schurter <8007715+fabschurt@users.noreply.github.com> Date: Sat, 16 Dec 2023 18:16:20 +0100 Subject: [PATCH] chore: Simplify the TODO list (#38) --- README.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index bf2ef23..9ac712d 100644 --- a/README.md +++ b/README.md @@ -35,10 +35,6 @@ can then open in a browser and print to PDF, for example. ## TODO - [x] Add a CLI usage message -- [ ] Find/create a logo for the project -- [ ] Display the CLI usage in the README, and add details about CLI options +- [ ] Write a detailed CLI usage in the README - [ ] Add some CLI logging and user-friendly exception catching -- [ ] Add support for validating input data with JSON Schema (either built-in -or user-provided) -- [ ] Write the last tests -- [ ] Maybe allow for automatically converting the output HTML file to PDF +- [ ] Write missing tests