Skip to main content

execute

Function execute 

Source
pub fn execute(args: &InitArgs) -> Result<()>
Expand description

Execute the init command.

ยงErrors

Returns an error if the directory is not empty (without --force), or if any file cannot be written.