const args = parseArgs(
      initArgs(['https://google.com', `--${arg}`, `${value}`]),
    ) as unknown as Record<string, number>;