UNPKG

@mineru98/n8n-ko

Version:

n8n Workflow Automation Tool - Korean Version

12 lines 502 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const backend_common_1 = require("@n8n/backend-common"); const di_1 = require("@n8n/di"); const core_1 = require("@oclif/core"); class CustomHelp extends core_1.Help { async showRootHelp() { di_1.Container.get(backend_common_1.Logger).info('You can find up to date information about the CLI here:\nhttps://docs.n8n.io/hosting/cli-commands/'); } } exports.default = CustomHelp; //# sourceMappingURL=help.js.map