Closed glennhickey closed 3 months ago
taffy view -r needs an indexed input file to work. but if the input is stdin, it just crashes when trying to determine the index filename (#62).
taffy view -r
This PR changes the crash into an error message (ditto taffy coverage -s).
taffy coverage -s
taffy view -r
needs an indexed input file to work. but if the input is stdin, it just crashes when trying to determine the index filename (#62).This PR changes the crash into an error message (ditto
taffy coverage -s
).