./executable --server.port=100000000000000 results in a random int
This is caused by the Read instance for Int for example
Prelude> read "10000000000000000000" :: Int
-8446744073709551616
I expect this to inform the user that they are doing something that the program will interpret in a weird way
./executable --server.port=100000000000000results in a random intThis is caused by the
Readinstance for Int for exampleI expect this to inform the user that they are doing something that the program will interpret in a weird way