_This is a summary of a conversation with Charlie._ ## Problem The current CLI interface does not follow common unix standards. ## Solution - [x] Use `-` to indicate whether we should print to stdout or print to a file. Example `-o -` vs `-o filename` - [x] When printing to stdout use raw binary ## Note - The doc comments should be modified appropriately in the cpp cli code to indicate that it is using raw binary.
This is a summary of a conversation with Charlie.
Problem
The current CLI interface does not follow common unix standards.
Solution
-to indicate whether we should print to stdout or print to a file. Example-o -vs-o filenameNote