From 08e4dc1ea400182ae76a1021264c1e623511e866 Mon Sep 17 00:00:00 2001 From: Kevin Lyda <kevin@lyda.ie> Date: Mon, 5 May 2025 22:18:51 +0100 Subject: [PATCH] Notes --- NOTES.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/NOTES.md b/NOTES.md index 3f345ae..4e0fc81 100644 --- a/NOTES.md +++ b/NOTES.md @@ -4,6 +4,12 @@ These are the development notes for the Go version. The idea is to use the help files to implement BULLETIN. +## Things to do + + * Implement a better dclish parser. + * Implement each command. + * Decide on how the boards are managed. + ## Module links * cli - [docs](https://cli.urfave.org/v3/getting-started/) -- GitLab