This is a simple CLI tool to convert a list of network subnets in CIDR format into a list of IP addresses. The only input is the filename containing the list of subnets separated by linefeeds.
The output path must be a directory; it will be created if it does not exist. Input formats are auto-detected per file. Unsupported formats and write-only inputs (e.g., SVG) are skipped with a warning ...