add getCommandPromise
This commit is contained in:
parent
4cb4eabef4
commit
86b4cf4cc3
@ -30,6 +30,9 @@ export class Smartcli {
|
|||||||
});
|
});
|
||||||
return done.promsise;
|
return done.promsise;
|
||||||
};
|
};
|
||||||
|
getCommandPromise(commandNameArg){
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
addQuestion(definitionArg:{questionString:string,questionType:string}){
|
addQuestion(definitionArg:{questionString:string,questionType:string}){
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user