-
Notifications
You must be signed in to change notification settings - Fork 193
feat: Add json-output params to watch command #235
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
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
Thanks for your contributions! There are some code conflicts that need to be resolved. |
I made some changes to the code and would like to provide some explanations:
|
👌,I have no problem. Specifying stdout is somewhat inconvenient, but in most cases, console output is primarily used for debugging, and debugging generally uses |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
* feat: Add json-output params to watch command * docs: modify some field explain * docs: modify column name
Add JSON output parameters to watch command
Changes
--json-output
flag to watch command for programmatic data processing--json-output-file
flag to specify custom output file path/tmp/kyanos_watch.json
Features
Documentation