Skip to content

Commit 0608605

Browse files
committed
feat(cli): throw if command is not found
1 parent 8c6caff commit 0608605

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/bin.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ program
2929
)
3030
.command('list', 'list every dependency used in your packages', {
3131
executableFile: './bin-list/index.js',
32-
isDefault: true,
3332
})
3433
.command('prompt', 'fix mismatches which syncpack cannot fix automatically', {
3534
executableFile: './bin-prompt/index.js',

0 commit comments

Comments
 (0)