The command line utilities all permit input of data from stdin, but without specification of a filename they have no idea what parser to select. Either add an option for forcing input format or, better still, build a format recognizer (file-style) and dispense with the hard-coded map of extensions to parsers
The command line utilities all permit input of data from stdin, but without specification of a filename they have no idea what parser to select. Either add an option for forcing input format or, better still, build a format recognizer (file-style) and dispense with the hard-coded map of extensions to parsers