feat(watch): implement --debounce flag with duration (#16187)

- fixes #16178
- `watch --debounce-ms` deprecated

Co-authored-by: Luca Scherzer <luca.scherzer@de.clara.net>
This commit is contained in:
Luca Scherzer
2025-07-29 16:10:40 +02:00
committed by GitHub
parent 2e4900f085
commit 459f3c0c28
4 changed files with 66 additions and 15 deletions

View File

@ -89,6 +89,7 @@ pub enum Value {
internal_span: Span,
},
Duration {
/// The duration in nanoseconds.
val: i64,
/// note: spans are being refactored out of Value
/// please use .span() instead of matching this span value