Function new

Source
pub fn new(
    dir: PathBuf,
    opts: &NewOpts,
    global_opts: &Opts,
) -> Result<i32, NewError>
Expand description

Initializes a new Perseus project in a new directory that’s a child of the current one.