Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Matteo Collina <hello@matteocollina.com>
  • Loading branch information
mcollina committed Dec 16, 2023
1 parent 1b6ee80 commit 81e64b9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions borp.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ const args = parseArgs({
allowPositionals: true
})

/* c8 ignore next 4 */
if (args.values.help) {
console.log(await readFile(new URL('./README.md', import.meta.url), 'utf8'))
process.exit(0)
Expand Down

0 comments on commit 81e64b9

Please sign in to comment.