Open obelisk opened 5 years ago
osquery has two printing modes we need: line and pretty.
Both of these are implemented in C++ so the code needs to be rewritten in go.
Printing Modes Implemented:
Printing should switch between modes the same way osquery does with .mode <pretty|line|json|csv|tsv>
.mode <pretty|line|json|csv|tsv>
Default mode should be pretty whenever it gets implemented as well
osquery has two printing modes we need: line and pretty.
Both of these are implemented in C++ so the code needs to be rewritten in go.
Printing Modes Implemented: