From 126ce65d7db7747c5e346323112dc89d73d22f36 Mon Sep 17 00:00:00 2001 From: Doctor Wu Date: Mon, 30 Sep 2024 18:57:27 +0800 Subject: [PATCH] chore(benchmark): fix conflict args (#282) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Kevin Deng 三咲智子 --- benchmark/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/benchmark/index.js b/benchmark/index.js index 2332761ec..884459c91 100644 --- a/benchmark/index.js +++ b/benchmark/index.js @@ -29,7 +29,7 @@ const { options: { skipLib: { type: 'boolean', - short: 'v', + short: 'l', }, skipApp: { type: 'boolean',