catch incomplete rows and fill them with empty string[s]

This commit is contained in:
2022-10-15 14:15:36 +02:00
parent 4ec6ccd0fd
commit 752406815c
3 changed files with 44 additions and 6 deletions

View File

@@ -1,17 +1,11 @@
## Fixes to be implemented
- catch rows with less fields as headers and fill them up to avoid
a panic
## Features to be implemented
- ability to change sort order (ascending vs descending)
- sorting by: numerical, time, duration, string(default)
- allow regexp in -c like: `-c N.*,ST,8` which means, match "NAME",
"NAMESPACE", "STATUS", 8th Header
- add output modes yaml and csv
- add --no-headers option