exports.handler = async (argv) => {
  if (!require.resolve('@jkroepke/featurebook-html')) {
    console.error("Can't load module '@jkroepke/featurebook-html'. Did you run 'npm i -S @jkroepke/featurebook-html'?");
    process.exit(1);
  }