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