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

Configurable Verbosity #68

Merged
merged 5 commits into from May 1, 2023
Merged

Configurable Verbosity #68

merged 5 commits into from May 1, 2023

Conversation

H1ghBre4k3r
Copy link
Owner

This PR provides a way to make the verbosity of the compiler configurable.

Currently, the compiler provides a semi-verbose output, where it informs the user about compilation of files. This should not be the default (which is "no output").

To account for that, the CLI now accepts a new argument -v --verbosity [VERBOSITY] which can be either an enum value ([error, warn, info, debug]) or a number (0-3) with error being the default value.

@H1ghBre4k3r H1ghBre4k3r added enhancement New feature or request compiler Something related to the compiler labels May 1, 2023
@H1ghBre4k3r H1ghBre4k3r added this to the v0.2.0 milestone May 1, 2023
@H1ghBre4k3r H1ghBre4k3r self-assigned this May 1, 2023
@H1ghBre4k3r H1ghBre4k3r marked this pull request as ready for review May 1, 2023 12:43
@H1ghBre4k3r H1ghBre4k3r merged commit 466f052 into main May 1, 2023
10 checks passed
@H1ghBre4k3r H1ghBre4k3r deleted the verbosity branch May 1, 2023 12:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler Something related to the compiler enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant