Slight refactor

- Config model
- Wrapped the generation and printing code into functions
- Can now start over
- Starting over or exiting will clear screen
This commit is contained in:
Tony Bark 2025-03-12 14:28:36 -04:00
parent 8cf1e917f6
commit 85b2cda8e2
3 changed files with 58 additions and 26 deletions

View file

@ -1,3 +1,3 @@
global using Tomlyn;
global using Tomlyn.Model;
global using System.Globalization;
global using PublishTimes;