Skip to content

Commit 7fbd217

Browse files
authored
fix: duplicate omit option (#59)
1 parent 16c4819 commit 7fbd217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/commands/annotate.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ export default function defineCommand() {
5656
})
5757
.option('details', {
5858
type: 'boolean',
59-
alias: 'v',
59+
alias: 'V',
6060
describe: t('annotated result detail options')
6161
})
6262
.option('attrs', {

0 commit comments

Comments
 (0)