Skip to content

Commit

Permalink
read configs from cli
Browse files Browse the repository at this point in the history
  • Loading branch information
jku20 committed Jul 11, 2024
1 parent e0844a1 commit 155412e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions fud2/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ fn main() -> anyhow::Result<()> {
});
}

// Get config values from cli.
bld = cli::override_config_from_cli(bld)?;

#[cfg(feature = "migrate_to_scripts")]
{
bld = bld.load_plugins();
Expand Down

0 comments on commit 155412e

Please sign in to comment.