// Packages import chalk from 'chalk'; // The equivalent of , for embedding anything // you may want to take a look at ./cmd.js export default function code(cmd: string): string { return `${chalk.gray('`')}${chalk.bold(cmd)}${chalk.gray('`')}`; }