-
Notifications
You must be signed in to change notification settings - Fork 68
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
ctrtool silence/quiet option #113
Comments
I don't see why not. Would you prefer to suppress all output, including errors? |
For my purposes; just the standard output. I'm okay with receiving errors. |
I will comment back here with the pull request, so you can review the behaviour. Give it a week though haha. |
No problem! Take as much time as you need. No rush on it. |
I've made a pull request to add a silent mode to CTRTool. Please review the pull request ( #118 ) and these binaries to see if the output suites your request: If you're satisfied i'll merge it and make a proper release. |
Sounds great! I should hopefully have the time to test this tonight. I'll reply back as soon as I am done testing. |
It is definitely a lot less noisy now... However There some information output that I still feel like should be getting suppressed.. See below:
I truncated most of it. I will say it is definitely to a much more manageable amount of noise.. Just curious if this output was intended. (Tested on Windows Subsystem for Linux - Ubuntu) |
Thank you for your feedback :) I was undecided on whether |
I'll make another change and report back here. |
@vulcandth so I've hidden So in theory the command below should be completely silent unless something actually goes wrong and it can't extract (e.g. decryption failed):
Here are some builds to test with: |
Just tried it! it works great thank you! I'm going to close this. |
@vulcandth This functionality has been formally released in CTRTool v1.1.0 which is available from the release page. https://github.com/3DSGuy/Project_CTR/releases/tag/ctrtool-v1.1.0 I'm glad I was able to help you with this one. Thank you for your speedy feedback. |
Would it be possible to support a silence or quiet option to suppress output? It would be useful for including in other scripts/tools.
If it requires too much work; I'll just try outputting to /dev/null instead.
The text was updated successfully, but these errors were encountered: