mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-03 12:39:34 +01:00
Update bruno-cli/options-description
- Update of the options description due to the new available formats (json/junit)
This commit is contained in:
parent
cdddf8af76
commit
7899b04c40
@ -192,7 +192,7 @@ const builder = async (yargs) => {
|
|||||||
})
|
})
|
||||||
.option('format', {
|
.option('format', {
|
||||||
alias: 'f',
|
alias: 'f',
|
||||||
describe: 'Format for the file results',
|
describe: 'Format of the file results; available formats are "json" (default) or "junit"',
|
||||||
default: 'json',
|
default: 'json',
|
||||||
type: 'string'
|
type: 'string'
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user