fix(installer): resolve ReferenceError for tagArg variable in main scope

This commit is contained in:
fabian
2026-02-03 03:27:48 -03:00
committed by sck_0
parent 73ceec4e7d
commit 991de2de2f

View File

@@ -80,6 +80,8 @@ function run(cmd, args, opts = {}) {
function main() {
const opts = parseArgs();
const { tagArg, versionArg } = opts;
if (opts.help) {
printHelp();
return;