Fine-grained control over task output #4
Labels
No Label
Browser: Chromium
Browser: Firefox
Bug Report
Completed
Crate: hooked-book
Documentation
Enhancement
Feature Request
Packaging
Progress Tracker
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Blocks
#8 Add a report type for hook output status
Holllo/hooked
Reference: Holllo/hooked#4
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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 asstandard
but don't include task names and don't print output for warnings.<hook_type>.noise_level
, same options asgeneral.noise_level
.--noise-level
CLI flag to override all configuration, same options too.Added to
hooked-config
in260bcb7ca5
anddf397b2cda
, a basic implementation for printing in0634e86b3d
and the--noise-level
option ina9ee3c20fe
ande7df35a765
.