compile fix
This commit is contained in:
Vendored
+1
@@ -11,6 +11,7 @@ export declare class Smartcli {
|
|||||||
addCommand(definitionArg: {
|
addCommand(definitionArg: {
|
||||||
commandName: string;
|
commandName: string;
|
||||||
}): any;
|
}): any;
|
||||||
|
getCommandPromise(commandNameArg: any): void;
|
||||||
addQuestion(definitionArg: {
|
addQuestion(definitionArg: {
|
||||||
questionString: string;
|
questionString: string;
|
||||||
questionType: string;
|
questionType: string;
|
||||||
|
|||||||
Vendored
+5
-2
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user