Refactor rule generating code and check modes more thoroughly.

This commit is contained in:
Anna Rose Wiggins 2025-07-05 11:56:48 -04:00
parent 102e0808f8
commit be0a1cf24c
2 changed files with 39 additions and 16 deletions

View file

@ -84,6 +84,7 @@ func main() {
// initialize the mode variable
mode := config.GetModes()[0]
logger.Logf("Initial mode set to '%s'", mode)
fmt.Println("Joyful Running! Press Ctrl+C to quit.")
for {