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: add a --quiet flag to disable logging #1379

Merged
merged 2 commits into from
Aug 12, 2024
Merged

Conversation

frectonz
Copy link
Contributor

Fixes #435

This is useful for people who don't want to clutter their terminal with logs. This will also be useful in CI environments for people who want a cleaner log. For example a user can enter a shell without seeing any logs using the following commad.

devenv -q shell

@sandydoo sandydoo added enhancement New feature or request cli Related to the devenv CLI labels Aug 12, 2024
Copy link
Member

@sandydoo sandydoo left a comment

Choose a reason for hiding this comment

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

Thanks!

devenv/src/cli.rs Outdated Show resolved Hide resolved
@domenkozar domenkozar merged commit 5cdbdb5 into cachix:main Aug 12, 2024
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Related to the devenv CLI enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Silent/Quiet option when opening a new terminal
3 participants