Options (3)
-r, --regexbooleanCompile and run Go application if any `.go` file changes
Example:
reflex {{[-r|--regex]}} '{{\.go$}}' {{go run .}}-G, --inverse-regexbooleanIgnore a directory when watching for changes
Example:
reflex {{[-G|--inverse-regex]}} '{{^dir/}}' {{command}}-s, --start-servicebooleanRun command when reflex starts and restarts on file changes
Example:
reflex {{[-s|--start-service]}} true {{command}}Examples (5)
made by @shridhargupta | data from tldr-pages