mirror of
https://github.com/usebruno/bruno.git
synced 2024-11-07 16:44:27 +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', {
|
||||
alias: 'f',
|
||||
describe: 'Format for the file results',
|
||||
describe: 'Format of the file results; available formats are "json" (default) or "junit"',
|
||||
default: 'json',
|
||||
type: 'string'
|
||||
})
|
||||
|
Loading…
Reference in New Issue
Block a user