Skip to content

Commit 09fce0e

Browse files
authored
fix(ncu-ci): do not document --certify-safe as positional (#929)
1 parent db407a9 commit 09fce0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bin/ncu-ci.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ const args = yargs(hideBin(process.argv))
114114
describe: 'ID of the PR',
115115
type: 'number'
116116
})
117-
.positional('certify-safe', {
117+
.option('certify-safe', {
118118
describe: 'SHA of the commit that is expected to be at the tip of the PR head. ' +
119119
'If not provided, the command will use the SHA of the last approved commit.',
120120
type: 'string'

0 commit comments

Comments
 (0)