AbGuthrie / goquery

Provide a shell like interface by utilizing osquery's distributed API
MIT License
80 stars 10 forks source link

Port Printing Modes From osquery to goquery #11

Open obelisk opened 5 years ago

obelisk commented 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:

obelisk commented 5 years ago

Printing should switch between modes the same way osquery does with .mode <pretty|line|json|csv|tsv>

obelisk commented 5 years ago

Default mode should be pretty whenever it gets implemented as well