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

--header not working using --quick #32

Open
chth26 opened this issue Aug 14, 2024 · 2 comments
Open

--header not working using --quick #32

chth26 opened this issue Aug 14, 2024 · 2 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@chth26
Copy link

chth26 commented Aug 14, 2024

Describe the bug
When using the --header and the --quick options, header is not displayed

To Reproduce
Enter the command java -jar .\jacksum-3.7.0.jar --header --algorithm cksum --quick txt:1234567890

Expected behavior
Header should be displayed

Screenshots
2024-08-14 09_08_36

Environment
EDIT:
env.txt

Additional context
N/A

@chth26 chth26 added the bug Something isn't working label Aug 14, 2024
@jonelo
Copy link
Owner

jonelo commented Aug 14, 2024

Thank you for the report! I can confirm the bug. Option --header could print a header also in the --quick case.
Since it is a cross platform issue, and I can reproduce the issue, the environment is not important in this case.

Nonetheless, the 2nd screen indicates a problem with your Java installation which could have many root causes. You could try to run java -jar jacksum-3.7.0.jar --info > env.txt to get the environment info which might help to troubleshoot the 2nd issue further.

@jonelo jonelo self-assigned this Aug 14, 2024
@chth26
Copy link
Author

chth26 commented Aug 14, 2024

Nonetheless, the 2nd screen indicates a problem with your Java installation which could have many root causes. You could try to run java -jar jacksum-3.7.0.jar --info > env.txt to get the environment info which might help to troubleshoot the 2nd issue further.

You are right, my fault, I did not call java…

env.txt

@jonelo jonelo added this to the v3.8.0 milestone Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants