Add pushOnCon option
This commit is contained in:
parent
dce76e677f
commit
64761fa9d7
1 changed files with 6 additions and 0 deletions
|
@ -52,6 +52,12 @@ export let config = convict({
|
|||
env: 'BB_LOCATION_DEF',
|
||||
default: "./NetScriptDefinitions.d.ts"
|
||||
}
|
||||
},
|
||||
pushOnCon: {
|
||||
doc: 'Push all files when initial connection is made.',
|
||||
format: 'Boolean',
|
||||
env: 'BB_CON_PUSH',
|
||||
default: false
|
||||
}
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue