program
  .description('Builds or serves the current content')
  .option('-f, --force', 'Initialise whether the current directory is empty or not.', id, false)
  .option('-s, --serve', 'Serves')
  .option('-w, --watch', 'Serves and watches')