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

Implement program dmesg with support for --kmsg-file and --json option. #152

Merged
merged 16 commits into from
Nov 18, 2024

Conversation

fuad1502
Copy link
Contributor

@fuad1502 fuad1502 commented Nov 14, 2024

This PR is related to issue #14.

  • Add test cases:
    • invalid option.
    • no option.
    • with --kmsg-file option.
    • with --kmsg-file and --json option.
  • Support options:
    • ---kmsg-file / -K
    • --json / -J

Supporting without --json option requires additional formatting work which I think can be done in a separate PR, what do you think?

@fuad1502 fuad1502 marked this pull request as ready for review November 15, 2024 12:09
@cakebaker
Copy link
Contributor

Supporting without --json option requires additional formatting work which I think can be done in a separate PR, what do you think?

Yes, that's fine.

I will continue with the review tomorrow.

Copy link
Contributor

@cakebaker cakebaker left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Overall a good job :)

@cakebaker cakebaker merged commit f271489 into uutils:main Nov 18, 2024
13 checks passed
@cakebaker
Copy link
Contributor

Thanks for your PR!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants