We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
chokidar \"./\" -c \"echo hello\" -d 10000 -t 10000 --initial
After 10s, echo cmd was executed
chokidar \"./\" -c \"echo hello\" -d 0 -t 0 --initial
Echo cmd was executed many many times