Fine-grained control over task output #4

Closed
opened 2022-11-01 10:32:07 +00:00 by Bauke · 1 comment
Owner
  • general.noise_level configuration field with options:
    • quiet, output only errors.
    • loud, output everything.
    • standard, the default, print a list of tasks and output warnings and errors.
    • minimal, same as standard but don't include task names and don't print output for warnings.
  • <hook_type>.noise_level, same options as general.noise_level.
  • --noise-level CLI flag to override all configuration, same options too.
* [x] `general.noise_level` configuration field with options: * [x] `quiet`, output only errors. * [x] `loud`, output everything. * [x] `standard`, the default, print a list of tasks and output warnings and errors. * [x] `minimal`, same as `standard` but don't include task names and don't print output for warnings. * [x] `<hook_type>.noise_level`, same options as `general.noise_level`. * [x] `--noise-level` CLI flag to override all configuration, same options too.
Bauke added this to the Version 0.2.0 milestone 2022-11-01 10:32:07 +00:00
Bauke added the
Feature Request
label 2022-11-01 10:32:07 +00:00
Bauke self-assigned this 2022-11-01 10:32:07 +00:00
Bauke added a new dependency 2024-01-18 12:56:33 +00:00
Author
Owner

Added to hooked-config in 260bcb7ca5 and df397b2cda, a basic implementation for printing in 0634e86b3d and the --noise-level option in a9ee3c20fe and e7df35a765.

Added to `hooked-config` in 260bcb7ca5acb4561c86b48f5798e6e1a026f30a and df397b2cdaa1e86f4b732bde2483ccdb796d25e0, a basic implementation for printing in 0634e86b3d3d517e02871b3882e8d16b1154fc51 and the `--noise-level` option in a9ee3c20fe09aec8bdd7092d4b16c83dac12ccd6 and e7df35a765185a61a57c04c0cd71dbe59c4e860b.
Bauke closed this issue 2024-01-18 13:40:52 +00:00
Bauke added the
Completed
label 2024-01-18 13:40:57 +00:00
Sign in to join this conversation.
No description provided.