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

Implemented global --quiet (-q) flag #516

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

kanha-gupta
Copy link
Contributor

Fixes #497

The PR is divided in two commits -

  1. centralize the logging. Added a logger.go file in utility package which is being called throughout the codebase, replacing fmt.println() and fmt.printf()
  2. Actual implementation on top of the first commit.

Working demo ->

Screenshot from 2025-02-18 03-33-48
Screenshot from 2025-02-18 03-34-03
Screenshot from 2025-02-18 03-34-20
Screenshot from 2025-02-18 03-46-39

@kanha-gupta
Copy link
Contributor Author

Hi @fernando-villalba @uzaxirr please review this :)

@giornetta giornetta self-requested a review March 13, 2025 10:24
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.

We need a global --quiet (-q) flag
1 participant