Skip to content

Commit

Permalink
update to yargs 15.4.1 for coercive reasons part 3
Browse files Browse the repository at this point in the history
  • Loading branch information
pirog committed Jul 15, 2024
1 parent 9bb7ead commit 4587da2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/cli.js
Original file line number Diff line number Diff line change
Expand Up @@ -353,7 +353,6 @@ module.exports = class Cli {

// Loop through the tasks and add them to the CLI
_.forEach(_.sortBy(tasks, 'command'), task => {
console.log(task)
if (_.has(task, 'handler')) yargs.command(task);
else yargs.command(this.parseToYargs(task, config));
});
Expand Down

0 comments on commit 4587da2

Please sign in to comment.