cloudformation-graph icon indicating copy to clipboard operation
cloudformation-graph copied to clipboard

eof character (Ctrl-D) required even if input is just a file

Open Nitrodist opened this issue 6 years ago • 0 comments

Most command line tools that I've used allow you to pass in data from standard in and signal the end of input with the eof character (ctrl-d) or they allow you to pass in the data from a file and in that case you don't need to send the eof character.

As far as I can tell, the cfn-graph program waits for the eof character even if I've passed it a file via the filename as a command line argument. The program should process the file if it's been passed without requiring the user to send the eof character, imo.

Alternatively, this behavior should be in the readme and command line help.

Nitrodist avatar Jan 28 '19 18:01 Nitrodist