nodejs / community-committee

The Node.js Community Committee (aka CommComm)
MIT License
259 stars 70 forks source link

Does Argv array have a limit in the number of characters it can parse? #718

Closed draco90 closed 3 years ago

draco90 commented 3 years ago

When i sent in multiple argument via cli and passing into script via argv,the multiple argumenta, which is around 4 arguments, and one of the argument was 64 characters and passed last, so this value cut short and sent with only 54 characters.one of the other parameter was a url, so that also was bit long, Its seems like a limit in the number of characters it can handle, can anyone let me know on this?