mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-24 17:03:47 +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', {
|
.option('tests-only', {
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
description: 'Only run requests that have a test'
|
description: 'Only run requests that have a test or active assertion'
|
||||||
})
|
})
|
||||||
.option('bail', {
|
.option('bail', {
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
|
Loading…
Reference in New Issue
Block a user