chore(options): move parsing code to a parser module

This commit is contained in:
2025-10-20 19:42:39 -07:00
parent 1171959a52
commit 3a2b314669
3 changed files with 99 additions and 96 deletions

View File

@@ -51,7 +51,7 @@ fn main() -> Result<()> {
setup::init()?;
// Parse the options to the sprout executable.
let options = options::parse().context("unable to parse options")?;
let options = options::parser::parse().context("unable to parse options")?;
// Load the configuration of sprout.
// At this point, the configuration has been validated and the specified