From d445522494b5c4decb4f2581c99448f3cb79590b Mon Sep 17 00:00:00 2001 From: Johannes Findeisen Date: Sun, 20 Nov 2022 09:15:09 +0100 Subject: [PATCH] README update. --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 9323a2a..a6c4fc4 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,8 @@ More to come... ## To do: - Error handling. Not done in any way so far... :| +- Make use of some CLI parameters to make it more comfortable to use fgg. +- Configure the Python logging stuff and add logging for easy debugging... ;) - ~~Save as most cached data as JSON files as possible. Object dumps are related to Ruby only at the moment. So limit the use of Marshal to a minimum!~~ Nor marshal nor pickle is used anymore. All cache is JSON. - ~~Rewrite fgg in Python. **Ruby is a weird language o_O!**~~ Python is the now the language of choice.