Melon.std.process.argv
Contains the current process argument vector as a string array.
Status: stable
Type: string[]
Example usage
const { process } = Melon.std;
console.log(process.argv[0]);
Melon.std.process.argv
Contains the current process argument vector as a string array.
Status: stable
Type: string[]
const { process } = Melon.std;
console.log(process.argv[0]);