The argument vector is the list of arguments passed to the program when it is run. It is available asDocumentation Index
Fetch the complete documentation index at: https://bun.com/docs/llms.txt
Use this file to discover all available pages before exploring further.
Bun.argv.
Running this file with arguments results in the following:
terminal
To parse
argv into a more useful format, util.parseArgs would be helpful.
Example:
then it outputs
terminal