api: fix silent (#3827)
This commit is contained in:
parent
6925b2b539
commit
eac6e526a1
|
|
@ -1828,6 +1828,7 @@ export async function parseCommandLine() {
|
|||
describe:
|
||||
'Set to true if you do not want to log anything from the comunication',
|
||||
default: false,
|
||||
type: 'boolean',
|
||||
group: 'API'
|
||||
})
|
||||
.option('api.port', {
|
||||
|
|
|
|||
Loading…
Reference in New Issue