I found this Rust script compress-cidr and looking to run it with a large list as a parameter.
In the .\target\release directory, I have compress-cidr.exe and test.txt. On the project's readme, there is an example call to Aggregate list functionality. I want to use the Aggregate list example against the text.txt file contents.
How can I run .\compress-cidr.exe -6 -a %textFileContents% ?