From d6e9dbed46525b167ec7e671c906df21b6f451f2 Mon Sep 17 00:00:00 2001 From: Chris Nagel Date: Wed, 14 Feb 2024 22:55:03 +0100 Subject: [PATCH] Update bruno-cli/options-description - Addition to the parameter description for the new tests-only switch --- 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 6811bb3cd0..d407db8416 100644 --- a/packages/bruno-cli/src/commands/run.js +++ b/packages/bruno-cli/src/commands/run.js @@ -213,7 +213,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',