Comparing version 0.4.8 to 0.4.9
declare function createProgram(): import("./program").Program; | ||
export { Context, NextFunction } from './Commands/Layer'; | ||
export { Context, NextFunction } from './Layer'; | ||
export { Terminal } from './Terminal'; | ||
export { createProgram }; | ||
export default createProgram; |
@@ -16,1 +16,2 @@ "use strict"; | ||
exports.default = createProgram; | ||
//# sourceMappingURL=cowmand.js.map |
@@ -1,2 +0,2 @@ | ||
import { Layer, CommandFunction, CommandErrorFunction, Params } from './Commands/Layer'; | ||
import { Layer, CommandFunction, CommandErrorFunction, Params } from './Layer'; | ||
export interface Program { | ||
@@ -3,0 +3,0 @@ session: { |
@@ -9,3 +9,3 @@ "use strict"; | ||
const Terminal_1 = require("./Terminal"); | ||
const Layer_1 = require("./Commands/Layer"); | ||
const Layer_1 = require("./Layer"); | ||
const debug = (0, debug_1.default)('cowmand:program'); | ||
@@ -131,1 +131,2 @@ const program = { params: {} }; | ||
exports.default = program; | ||
//# sourceMappingURL=program.js.map |
export interface OptionsAsk { | ||
hidden: boolean; | ||
} | ||
declare const ask: (question: string, optionsAsk?: OptionsAsk) => Promise<string>; | ||
declare const ask: (question: string, optionsAsk?: OptionsAsk | undefined) => Promise<string>; | ||
export { ask }; |
@@ -50,1 +50,2 @@ "use strict"; | ||
exports.ask = ask; | ||
//# sourceMappingURL=ask.js.map |
@@ -52,1 +52,2 @@ "use strict"; | ||
exports.terminal = terminal; | ||
//# sourceMappingURL=index.js.map |
{ | ||
"name": "cowmand", | ||
"version": "0.4.8", | ||
"version": "0.4.9", | ||
"description": "Fast helper to create a cli", | ||
@@ -5,0 +5,0 @@ "tags": [ |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
28855
20
478