mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-02 01:25:39 -05:00
Add --command command line argument (#3690)
This commit is contained in:
@@ -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}}
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user