UNPKG

bulk-mail-cli

Version:

Do quick, hassle-free email marketing with this small but very powerful tool! 🔥

9 lines • 1.21 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var chalk = require("chalk"); var package_json_1 = require("../../../package.json"); function helpCommand() { console.log("\n" + chalk.yellow.bold("Hello user!") + " " + chalk.green.bold("bulk-mail-cli here.") + " \uD83D\uDD25\n\n" + chalk.cyan.bold('--version, -v') + " " + chalk.white('To check version number') + "\n" + chalk.cyan.bold('--file, -f <filePath>') + " " + chalk.white('To send mails by using the configuration file') + "\n" + chalk.cyan.bold('--restart, -r') + " " + chalk.white('To start over the campaign when sending mails') + "\n\n" + chalk.cyan.bold('support') + " " + chalk.white('To get list of commands') + "\n" + chalk.cyan.bold('demo') + " " + chalk.white('To download the configuration files and design templates') + "\n\n" + chalk.magenta("Found bugs? Report them here \uD83D\uDC49 ") + " " + chalk.cyan(package_json_1.bugs.url) + "\n\n" + chalk.magenta("Join our Slack Channel for support \uD83D\uDC49 ") + " " + chalk.cyan("http://bit.ly/bulkmailcli") + "\n\n" + chalk.magenta("DM @kumar_abhirup on Twitter for support.") + "\n "); } exports.default = helpCommand; //# sourceMappingURL=help.js.map