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

feat(ui): add -q/--quiet optional argument #1638

Draft
wants to merge 6 commits into
base: master
Choose a base branch
from

Conversation

bitcoin-tools
Copy link
Owner

Describe the changes and your approach

Pull Request Sign-Off

  • I reviewed and approve of my changes.
  • I checked of the automated test results for any irregularities.
  • If appropriate, I manually tested the code changes on my local environment.
  • If appropriate, I considered changes to the README or test documentation.

@bitcoin-tools bitcoin-tools linked an issue Oct 10, 2024 that may be closed by this pull request
@bitcoin-tools
Copy link
Owner Author

Issues to fix:

1- This output

user1@comp4 ~ % ./nodebuilder -q
Please enter your password to log in, if requested.

2- these warnings

[2024-10-10T15:56:44]  WARN: macOS has an unpatched security vulnerability called GoFetch.
[2024-10-10T15:56:44]  WARN: Avoid security-critical actions, such as securing significant funds.

3- requires pressing enter to continue after warnings

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.

[FEAT] - add --quiet option to suppress stdout
1 participant