Versions in this module Expand all Collapse all v0 v0.1.1 Feb 13, 2023 Changes in this version type Config + func (conf *Config) Validate() error v0.1.0 Dec 26, 2022 Changes in this version + func Run(ctx context.Context, conf *Config) error + type Config struct + Args []string + Debounce time.Duration + DryRun bool + Excludes []string + ExitOnChange bool + Includes []string + Wait time.Duration + func NewConfig() *Config + type Debouncer struct + func (d *Debouncer) Call(fn func() error) + func (d *Debouncer) Err() <-chan error