Skip to main content

init_from

Function init_from 

Source
pub fn init_from(dir: impl AsRef<Path>) -> Result<(), KeelError>
Expand description

As init, loading keel.toml from dir instead of the current directory (multi-root setups; tests).

§Errors

See init.