mirror of
https://github.com/CLIUtils/CLI11.git
synced 2025-04-30 04:33:53 +00:00
* Split signed/unsigned parsing, add check if input is fully consumed, improve tests * Fix complex numbers parsing * Add check if input is fully consumed for double lexical_cast, improve tests * Add non-num non-string lexical_cast for parsable types, add tests * Style fixes from check-style * Some small fixes for corner case tests