Vargv
Bun

variable

argv

const argv: string[]

The raw arguments passed to the process, including flags passed to Bun. If you want to easily read flags passed to your script, consider using process.argv instead.