Skip to content

Commit

Permalink
Update bruno-cli/options-description (usebruno#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
2 people authored and Its-treason committed Aug 24, 2024
1 parent 8aefdc3 commit 780642d
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 @@ -221,7 +221,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 780642d

Please sign in to comment.