A bit like wget where you can do `wget https://someurl -O -` to say to output to stdout. Although I cannot get it to work: ``` ./generator.exe -o - ERROR(S): Option 'o, output' has no value. Required option 'o, output' is missing. ```