List of arguments which would be stringified and appended to Bun.argv
/ process.argv
in the worker. This is mostly similar to the data
but the values will be available on the global Bun.argv
as if they were passed as CLI options to the script.
Symbol
WorkerOptions.argv
argv?: any[]