https://claude.ai/public/artifacts/9c2d8d0c-0410-4971-a19a-f...
node script.js --name=John --age 30 -v
Parsed options: { name: 'John', age: 30, verbose: true, help: false }
Positional arguments: []
node script.js --name=Alex --age 40 -v
Parsed options: { name: 'Alex', age: 40, verbose: true, help: false }
Positional arguments: []