meszaros-lajos-gyorgy / minimist-lite

parse argument options
Other
15 stars 3 forks source link

Parsing a twitter snowflake changes it #2

Open meszaros-lajos-gyorgy opened 2 years ago

meszaros-lajos-gyorgy commented 2 years ago

Original issue by @RaresGeo at https://github.com/substack/minimist/issues/159

After being parsed, the twitter snowflake is changed

This is the command

@test 647463207857815565

This is the arguments object

{ _: [ 647463207857815600 ] }

Also it's a Discord id not a twitter snowflake but you get the point

meszaros-lajos-gyorgy commented 2 years ago

@shadowspan mentions that it is related to https://github.com/substack/minimist/pull/79