You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that if one of the parameter if a number containing a decimal it fails (only if there is a default value for this parameter) and returns the integer value.
constargs=require('args');args.option('abc','This is a test',0.123);console.log(process.argv);constparsed=args.parse(process.argv);console.log(parsed);
It seems that if one of the parameter if a number containing a decimal it fails (only if there is a default value for this parameter) and returns the integer value.
The text was updated successfully, but these errors were encountered: