From 22fab7f5996be03d0375128431af9c60f5f115cf Mon Sep 17 00:00:00 2001 From: chrisn Date: Fri, 23 Aug 2024 21:49:47 +0200 Subject: [PATCH] Update bruno-cli/options-description (#1592) - Addition to the parameter description for the new tests-only switch Co-authored-by: Chris Nagel --- packages/bruno-cli/src/commands/run.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/bruno-cli/src/commands/run.js b/packages/bruno-cli/src/commands/run.js index a8d58d150..53871bc57 100644 --- a/packages/bruno-cli/src/commands/run.js +++ b/packages/bruno-cli/src/commands/run.js @@ -241,7 +241,7 @@ const builder = async (yargs) => { }) .option('tests-only', { type: 'boolean', - description: 'Only run requests that have a test' + description: 'Only run requests that have a test or active assertion' }) .option('bail', { type: 'boolean',