From e2e53a1be9990a4ddb8abad30d3af03957d05cc6 Mon Sep 17 00:00:00 2001 From: Tobbe Lundberg Date: Tue, 13 Feb 2024 00:55:20 +0100 Subject: [PATCH] chore(jsdocs): Fix jsdoc formatting for hover help --- packages/cli/src/lib/index.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/packages/cli/src/lib/index.js b/packages/cli/src/lib/index.js index 6f626bb17876..835b6ea8d7a7 100644 --- a/packages/cli/src/lib/index.js +++ b/packages/cli/src/lib/index.js @@ -578,9 +578,7 @@ export const runCommandTask = async (commands, { verbose }) => { } } -/* - * Extract default CLI args from an exported builder - */ +/** Extract default CLI args from an exported builder */ export const getDefaultArgs = (builder) => { return Object.entries(builder).reduce( (options, [optionName, optionConfig]) => {