Skip to content

Commit

Permalink
Merge a1f5766 into 490235b
Browse files Browse the repository at this point in the history
  • Loading branch information
bezoerb committed Jun 13, 2020
2 parents 490235b + a1f5766 commit 51cb747
Show file tree
Hide file tree
Showing 4 changed files with 689 additions and 512 deletions.
2 changes: 1 addition & 1 deletion cli.js
Expand Up @@ -107,7 +107,7 @@ const isAlias = (key) => {
return false;
}

const aliases = Object.keys(meowOpts.flags) // eslint-disable-line unicorn/prefer-set-has
const aliases = Object.keys(meowOpts.flags)
.filter((k) => meowOpts.flags[k].alias)
.map((k) => meowOpts.flags[k].alias);

Expand Down

0 comments on commit 51cb747

Please sign in to comment.