Merge pull request #1243 from chrisnagel/feat/bruno-cli/commands/description

Update bruno-cli/options-description
This commit is contained in:
Anoop M D 2023-12-20 04:24:46 +05:30 committed by GitHub
commit d268b4786a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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