mirror of
https://github.com/nushell/nushell.git
synced 2025-08-16 16:41:41 +02:00
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:
@ -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
|
||||
|
Reference in New Issue
Block a user