noborus / trdsql

CLI tool that can execute SQL queries on CSV, LTSV, JSON, YAML and TBLN. Can output to various formats.
https://noborus.github.io/trdsql/
MIT License
1.96k stars 75 forks source link

Preventing panic due to invalid yaml file #234

Closed noborus closed 1 year ago

noborus commented 1 year ago

Prevents panic, but just displays an error instead of panic. This is for issue https://github.com/goccy/go-yaml/issues/373, so it may be removed if go-yaml is updated.