Closed CosmicHorrorDev closed 1 year ago
Yeah, I thought the same thing 😅
I think it would be worthwhile to add negated boolean flags. Adding it to my to-do list!
@CosmicHorrorDev Sorry, I totally forgot about this. I'll release a new version next week as soon as I find the time.
Resolves #16
Nothing really too crazy to mention. I opted for having separate a separate
Cli
andConfig
struct that gets consolidated into the finalOpts
used throughout the program, so that things work fine if distinct values are added toConfig
that aren't present inCli
This pulls in
basic-toml
which is a library by dtolnay that aims to be a simpler alternative to the currenttoml
crate