improve typings and docs

This commit is contained in:
2016-09-04 17:32:12 +02:00
parent 5c67015779
commit f8157ab8aa
6 changed files with 85 additions and 4 deletions

View File

@ -104,6 +104,10 @@ export class Smartcli {
});
return done.promise;
}
/**
* start the process of evaluating commands
*/
startParse(){
this.argv = this.argv.argv;
this.parseStarted.resolve();