-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Add color option for disabling ANSI escape codes #14621
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -41,3 +41,10 @@ option( | |
| value : true, | ||
| description : 'Check JSON schema validity of schemas and examples (requires jv)', | ||
| ) | ||
|
|
||
| option( | ||
| 'color', | ||
| type : 'boolean', | ||
| value : true, | ||
| description : 'Output ANSI escape sequences', | ||
| ) | ||
|
Comment on lines
+45
to
+50
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. This won't do anything, since the top-level meson.options is only used for the dev-shell (and other packaging approaches by downstream distros).
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. I'm aware, this is for other packaging approaches. |
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This
meson.buildis only used for the dev shell.