#!/usr/bin/env perl6-j
sub MAIN(:$name, :$auth, :$ver, *@, *%) {
    CompUnit::RepositoryRegistry.run-script("zef", :$name, :$auth, :$ver);
}