-
-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add
dte -Q
option, to allow greater control over terminal queries
The previous (undocumented) `$DTE_FULL_QUERY` environment variable is now replaced by `dte -Q6` (see the added comment for details). `dte -Q0` disables queries entirely. Values 1 through 3 correspond to the 3 existing query levels, but also result in *all* levels between 1 and the selected value being emitted at startup (instead of conditionally, based on responses to earlier queries). Values 4 and 5 are reserved for future use and anything `>= 6` is treated the same way as 6. Note: this feature has been left undocumented for now, which implies it may still receive breaking changes in the future.
- Loading branch information
1 parent
80c14aa
commit 9346194
Showing
6 changed files
with
45 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters