Update bruno-cli/options-description (#1592)

- Addition to the parameter description for the new tests-only switch

Co-authored-by: Chris Nagel <mail@chrisnagel.de>
This commit is contained in:
chrisn 2024-08-23 21:49:47 +02:00 committed by GitHub
parent c0d214f2bc
commit 22fab7f599
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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',