File SystemProcessParse command-line argumentsThe argument vector is the list of arguments passed to the program when it is run. It is available as Bun.argv .Copy MarkdownOpenTest Reportersbun test supports different output formats through reporters, both built-in and custom.Listen for CTRL+CThe ctrl+c shortcut sends an interrupt signal to the running process. Intercept it by listening for the SIGINT event. To close the process, you must explicitly