if (argv.c) {
  if (Number.isInteger(argv.c as number)) {
    options.limit = argv.c as number;
  }
}