Skip to content

Commit

Permalink
Remove empty descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
kasperisager committed May 17, 2024
1 parent 8e7c5b6 commit 86646b2
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions bin/bare.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,10 @@ if (parentURL.pathname[parentURL.pathname.length - 1] !== '/') {

const bare = command(
'bare',
flag('--version|-v', ''),
flag('--eval|-e <script>', ''),
flag('--print|-p <script>', ''),
arg('<filename>', ''),
flag('--version|-v'),
flag('--eval|-e <script>'),
flag('--print|-p <script>'),
arg('<filename>'),
rest('[...args]'),
bail((reason) => queueMicrotask(() => { throw reason.err })),
() => {
Expand Down

0 comments on commit 86646b2

Please sign in to comment.