Skip to content

Commit

Permalink
chore(jsdocs): Fix jsdoc formatting for hover help
Browse files Browse the repository at this point in the history
  • Loading branch information
Tobbe committed Feb 12, 2024
1 parent cba4a68 commit e2e53a1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions packages/cli/src/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]) => {
Expand Down

0 comments on commit e2e53a1

Please sign in to comment.