function infoMessage(msg) {
  console.log(`${chalk.blue('ℹ')} ${chalk.gray(msg)}`);
}