mirror of
https://github.com/usebruno/bruno.git
synced 2025-06-27 07:21:51 +02: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', {
|
.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…
x
Reference in New Issue
Block a user