Skip to content

Commit

Permalink
Update bruno-cli/options-description (#1592)
Browse files Browse the repository at this point in the history
- Addition to the parameter description for the new tests-only switch

Co-authored-by: Chris Nagel <mail@chrisnagel.de>
  • Loading branch information
chrisnagel and Chris Nagel authored Aug 23, 2024
1 parent c0d214f commit 22fab7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/bruno-cli/src/commands/run.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 22fab7f

Please sign in to comment.