We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
line
Add 'line' output format. Closes #114
277fec6
6e8cd54
Add table azure_security_center_setting. Closes turbot#114 (#115)
055d82d
binaek
Successfully merging a pull request may close this issue.
Here is an example from osquery:
The text was updated successfully, but these errors were encountered: