From 396a0cb80aacdc27347554f599dd621be8c6c3c0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?F=C3=A1bio=20Ferreira?= Date: Thu, 31 Oct 2024 09:10:48 +0000 Subject: [PATCH] =?UTF-8?q?fix:=20=F0=9F=90=9B=20parse=20args=20asynchrono?= =?UTF-8?q?usly?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/index.ts b/src/index.ts index 9e18096..a562b63 100644 --- a/src/index.ts +++ b/src/index.ts @@ -125,4 +125,4 @@ yargs(hideBin(process.argv)) }, }) .version(packageBundleJson.version) - .parseSync(); + .parseAsync();