Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
643514c64a | |||
19498f7b11 |
1
dist/smartcli.classes.smartcli.d.ts
vendored
1
dist/smartcli.classes.smartcli.d.ts
vendored
@ -11,6 +11,7 @@ export declare class Smartcli {
|
|||||||
addCommand(definitionArg: {
|
addCommand(definitionArg: {
|
||||||
commandName: string;
|
commandName: string;
|
||||||
}): any;
|
}): any;
|
||||||
|
getCommandPromise(commandNameArg: any): void;
|
||||||
addQuestion(definitionArg: {
|
addQuestion(definitionArg: {
|
||||||
questionString: string;
|
questionString: string;
|
||||||
questionType: string;
|
questionType: string;
|
||||||
|
7
dist/smartcli.classes.smartcli.js
vendored
7
dist/smartcli.classes.smartcli.js
vendored
File diff suppressed because one or more lines are too long
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "smartcli",
|
"name": "smartcli",
|
||||||
"version": "1.0.3",
|
"version": "1.0.4",
|
||||||
"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",
|
||||||
|
Reference in New Issue
Block a user