mirror of
https://github.com/cloud-hypervisor/cloud-hypervisor.git
synced 2026-08-05 02:19:16 +00:00
We split the existing `Tuple` type into two types, one that represents a single `Tuple` and one that represents a list of tuples. This allows us to test tuple parsing and the parsing of tuple lists via distinct unit tests in follow-up commits. The renaming also brings consistency by adapting the naming scheme of the other list types defined in `option_parser`, e.g. `IntegerList` and `StringList`. Signed-off-by: Pascal Scholz <pascal.scholz@cyberus-technology.de> On-behalf-of: SAP pascal.scholz@sap.com