import chalk from 'chalk'; const help = (): void => { console.log(` bottender messenger ${chalk.dim('Commands:')} profile Manage Messenger profile webhook Manage webhook persona Manage persona ${chalk.dim('Actions:')} set Set the property you request del, delete Delete the property you request help Show more detail usage for the command ${chalk.dim('Examples:')} ${chalk.dim('-')} Set the messenger profile ${chalk.cyan('$ bottender messenger profile set')} `); }; export default help;