add getCommandPromise

This commit is contained in:
Philipp Kunz 2016-06-22 01:21:09 +02:00
parent 4cb4eabef4
commit 86b4cf4cc3

View File

@ -30,6 +30,9 @@ export class Smartcli {
});
return done.promsise;
};
getCommandPromise(commandNameArg){
//TODO
}
addQuestion(definitionArg:{questionString:string,questionType:string}){
};