Add --command command line argument (#3690)

This commit is contained in:
David Shiflet
2019-01-09 17:36:01 -05:00
committed by GitHub
parent 589b913960
commit 3d3694bb8d
6 changed files with 210 additions and 47 deletions

View File

@@ -38,6 +38,7 @@ const options: minimist.Opts = {
'database',
'server',
'user',
'command'
// {{SQL CARBON EDIT}}
],
boolean: [
@@ -99,6 +100,7 @@ const options: minimist.Opts = {
integrated: 'E',
server: 'S',
user: 'U',
command : 'c',
// {{SQL CARBON EDIT}}
}
};