improve typings and docs
This commit is contained in:
@ -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();
|
||||
|
Reference in New Issue
Block a user