mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-07 14:08:38 +00:00
change: default cli sandbox to safe (#6198)
* change: default cli sandbox to safe
This commit is contained in:
@@ -140,8 +140,8 @@ const builder = async (yargs) => {
|
||||
type: 'string'
|
||||
})
|
||||
.option('sandbox', {
|
||||
describe: 'Javascript sandbox to use; available sandboxes are "developer" (default) or "safe"',
|
||||
default: 'developer',
|
||||
describe: 'Javascript sandbox to use; available sandboxes are "safe" (default) or "developer"',
|
||||
default: 'safe',
|
||||
type: 'string'
|
||||
})
|
||||
.option('output', {
|
||||
|
||||
Reference in New Issue
Block a user