UNPKG

@nodearch/command

Version:
17 lines 667 B
export var CommandDecorator; (function (CommandDecorator) { CommandDecorator["COMMAND"] = "@nodearch/command/decorators/command"; })(CommandDecorator || (CommandDecorator = {})); export var QuestionType; (function (QuestionType) { QuestionType["INPUT"] = "input"; QuestionType["NUMBER"] = "number"; QuestionType["PASSWORD"] = "password"; QuestionType["LIST"] = "list"; QuestionType["RAW_LIST"] = "rawList"; QuestionType["EXPAND"] = "expand"; QuestionType["CHECKBOX"] = "checkbox"; QuestionType["CONFIRM"] = "confirm"; QuestionType["EDITOR"] = "editor"; })(QuestionType || (QuestionType = {})); //# sourceMappingURL=enums.js.map