2022-10-15 14:02:46 +02:00
|
|
|
## Fixes to be implemented
|
|
|
|
|
|
2022-10-24 14:05:50 +02:00
|
|
|
- highlighting does not repeat, only 1 will be highlighted, see #3
|
|
|
|
|
|
2022-10-16 19:48:12 +02:00
|
|
|
- rm printYamlData() log.Fatal(), maybe return error on all printers?
|
|
|
|
|
|
2022-10-24 14:49:23 +02:00
|
|
|
- refactor parser, there's some duplicate code, remove pattern from parser args
|
2022-10-22 12:27:33 +02:00
|
|
|
|
2022-10-15 14:02:46 +02:00
|
|
|
## Features to be implemented
|
|
|
|
|
|
2022-10-22 12:27:33 +02:00
|
|
|
- add comment support (csf.NewReader().Comment = '#')
|
|
|
|
|
|
2022-10-16 19:45:46 +02:00
|
|
|
- add output mode csv
|
2022-10-15 14:02:46 +02:00
|
|
|
|
|
|
|
|
- add --no-headers option
|
|
|
|
|
|
2022-09-28 19:33:57 +02:00
|
|
|
|