The Wayback Machine - https://web.archive.org/web/20201111195135/https://github.com/AbGuthrie/goquery/issues/11
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Port Printing Modes From osquery to goquery #11

Open
obelisk opened this issue Sep 23, 2019 · 2 comments
Open

Port Printing Modes From osquery to goquery #11

obelisk opened this issue Sep 23, 2019 · 2 comments
Assignees

Comments

@obelisk
Copy link
Collaborator

@obelisk obelisk commented Sep 23, 2019

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 obelisk self-assigned this Sep 23, 2019
@obelisk obelisk changed the title Port Printing Modes From osquery To goquery Port Printing Modes From osquery to goquery Sep 23, 2019
@obelisk obelisk added the UX label Oct 2, 2019
@obelisk
Copy link
Collaborator Author

@obelisk obelisk commented Oct 4, 2019

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

@obelisk
Copy link
Collaborator Author

@obelisk obelisk commented Oct 4, 2019

Default mode should be pretty whenever it gets implemented as well

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
2 participants
You can’t perform that action at this time.