@tsed/cli-core
Version:
Build your CLI with TypeScript and Decorators
9 lines (8 loc) • 357 B
JavaScript
export var CommandStoreKeys;
(function (CommandStoreKeys) {
CommandStoreKeys["COMMAND"] = "command";
CommandStoreKeys["ADD"] = "$onAdd";
CommandStoreKeys["EXEC_HOOKS"] = "$onExec";
CommandStoreKeys["POST_INSTALL_HOOKS"] = "$onPostInstall";
CommandStoreKeys["PROMPT_HOOKS"] = "$onPrompt";
})(CommandStoreKeys || (CommandStoreKeys = {}));