mirror of
https://github.com/tonytins/staggerpost.git
synced 2025-07-06 14:50:38 -04:00
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:
parent
8cf1e917f6
commit
85b2cda8e2
3 changed files with 58 additions and 26 deletions
8
Config.cs
Normal file
8
Config.cs
Normal file
|
@ -0,0 +1,8 @@
|
|||
namespace PublishTimes;
|
||||
|
||||
public class Config
|
||||
{
|
||||
public string? File { get; set; }
|
||||
public string? Path { get; set; }
|
||||
public TomlArray? Topics { get; set; }
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue