From 7778303cc520d82d71695cde8df74743221601d9 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Sun, 11 May 2025 09:18:13 +0200 Subject: [PATCH] fix(ncu-ci): do not document `--certify-safe` as positional --- bin/ncu-ci.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/ncu-ci.js b/bin/ncu-ci.js index 3ecf9ee0..d4199a60 100755 --- a/bin/ncu-ci.js +++ b/bin/ncu-ci.js @@ -114,7 +114,7 @@ const args = yargs(hideBin(process.argv)) describe: 'ID of the PR', type: 'number' }) - .positional('certify-safe', { + .option('certify-safe', { describe: 'SHA of the commit that is expected to be at the tip of the PR head. ' + 'If not provided, the command will use the SHA of the last approved commit.', type: 'string'