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