mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-21 15:33:11 +01:00
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:
parent
c0d214f2bc
commit
22fab7f599
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user