mirror of
https://github.com/usebruno/bruno.git
synced 2025-01-03 04:29:09 +01:00
Merge pull request #1243 from chrisnagel/feat/bruno-cli/commands/description
Update bruno-cli/options-description
This commit is contained in:
commit
d268b4786a
@ -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