Compare commits
4 Commits
Author | SHA1 | Date | |
---|---|---|---|
3afadd9045 | |||
0889423a24 | |||
86b4cf4cc3 | |||
4cb4eabef4 |
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "smartcli",
|
"name": "smartcli",
|
||||||
"version": "1.0.2",
|
"version": "1.0.3",
|
||||||
"description": "nodejs wrapper for CLI related tasks",
|
"description": "nodejs wrapper for CLI related tasks",
|
||||||
"main": "dist/index.js",
|
"main": "dist/index.js",
|
||||||
"typings": "dist/index.d.ts",
|
"typings": "dist/index.d.ts",
|
||||||
@ -28,7 +28,7 @@
|
|||||||
},
|
},
|
||||||
"homepage": "https://gitlab.com/pushrocks/smartcli",
|
"homepage": "https://gitlab.com/pushrocks/smartcli",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"beautylog": "^5.0.8",
|
"beautylog": "^5.0.12",
|
||||||
"cliff": "^0.1.10",
|
"cliff": "^0.1.10",
|
||||||
"inquirer": "^1.0.3",
|
"inquirer": "^1.0.3",
|
||||||
"q": "^1.4.1",
|
"q": "^1.4.1",
|
||||||
@ -37,8 +37,8 @@
|
|||||||
"yargs": "^4.7.1"
|
"yargs": "^4.7.1"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"npmts": "^5.2.5",
|
"npmts-g": "^5.2.6",
|
||||||
"should": "^9.0.1",
|
"should": "^9.0.2",
|
||||||
"typings-test": "^1.0.1"
|
"typings-test": "^1.0.1"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
@ -28,8 +28,11 @@ export class Smartcli {
|
|||||||
done.reject(this.argv);
|
done.reject(this.argv);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
return done.promsise;
|
return done.promise;
|
||||||
};
|
};
|
||||||
|
getCommandPromise(commandNameArg){
|
||||||
|
//TODO
|
||||||
|
}
|
||||||
addQuestion(definitionArg:{questionString:string,questionType:string}){
|
addQuestion(definitionArg:{questionString:string,questionType:string}){
|
||||||
|
|
||||||
};
|
};
|
||||||
|
Reference in New Issue
Block a user