mirror of
https://github.com/edera-dev/sprout.git
synced 2025-12-19 17:30:17 +00:00
chore(options): move parsing code to a parser module
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user