Update bruno-cli/options-description

- Update of the options description due to the new available formats (json/junit)
This commit is contained in:
Chris Nagel 2023-12-19 08:04:56 +01:00
parent cdddf8af76
commit 7899b04c40

View File

@ -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'
})