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: {
|
||||
commandName: string;
|
||||
}): any;
|
||||
getCommandPromise(commandNameArg: any): void;
|
||||
addQuestion(definitionArg: {
|
||||
questionString: 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",
|
||||
"version": "1.0.3",
|
||||
"version": "1.0.4",
|
||||
"description": "nodejs wrapper for CLI related tasks",
|
||||
"main": "dist/index.js",
|
||||
"typings": "dist/index.d.ts",
|
||||
|
Reference in New Issue
Block a user