installers.infra.zinit #
fn build #
fn build(args BuildArgs) !
install zinit will return true if it was already installed
fn install #
fn install(args_ InstallArgs) !
install zinit will return true if it was already installed
struct BuildArgs #
@[params]
struct BuildArgs {
pub mut:
reset bool
bin_push bool = true
}
struct InstallArgs #
@[params]
struct InstallArgs {
pub mut:
reset bool
}