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

@@ -68,6 +68,7 @@ export interface ParsedArgs {
integrated?: boolean;
server?: string;
user?: string;
command?: string;
// {{SQL CARBON EDIT}}
}