Skip to content

Commit 5f7d88c

Browse files
authored
fixup!
1 parent 2573459 commit 5f7d88c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/cli.mjs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
#!/usr/bin/env node
22

33
import { resolve } from 'node:path';
4-
import { argv, exit } from 'node:process';
4+
import { argv } from 'node:process';
55

66
import { Command, Option } from 'commander';
77

0 commit comments

Comments
 (0)