Add FloatOption class for CLI parameter parsing
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 21 Apr 2024 15:51:11 +0000 (18:51 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Sun, 21 Apr 2024 15:51:25 +0000 (18:51 +0300)
commitd0facd8b18c06f49b44fd62d541b9b76778158e0
treeefd8789ad68c334a97ba0fee3f0e3586b87dc8e0
parente9fa422babe0972f5712c8a501a723c5081757b5
Add FloatOption class for CLI parameter parsing

This commit introduces a new FloatOption class to handle float type parameters in the command-line interface. This new class ensures that the input argument is correctly parsed as a float and includes appropriate error handling for invalid inputs.
src/main/java/eu/svjatoslav/commons/cli_helper/parameter_parser/parameter/FloatOption.java [new file with mode: 0644]