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

Add an output format of "line" (similar to \gx in postgres) #114

Closed
e-gineer opened this issue Jan 31, 2021 · 0 comments · Fixed by #129
Closed

Add an output format of "line" (similar to \gx in postgres) #114

e-gineer opened this issue Jan 31, 2021 · 0 comments · Fixed by #129
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@e-gineer
Copy link
Contributor

Here is an example from osquery:

osquery> .mode line
osquery> SELECT pid, name, path FROM processes LIMIT 1;
  pid = 1
 name = launchd
 path = /sbin/launchd
osquery> .mode pretty
@e-gineer e-gineer added the enhancement New feature or request label Jan 31, 2021
@binaek binaek self-assigned this Feb 1, 2021
@binaek binaek linked a pull request Feb 5, 2021 that will close this issue
@kaidaguerre kaidaguerre added this to the 0.1.4 milestone Feb 9, 2021
kaidaguerre pushed a commit that referenced this issue Feb 9, 2021
kaidaguerre pushed a commit that referenced this issue Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants