Skip to content

CLI v1.24.1

Compare
Choose a tag to compare
@github-actions github-actions released this 11 Dec 12:38
· 75 commits to main since this release
a72ff0e

Software development often involves running the same commands over and over. Boring! Watchexec is a standalone tool that watches a path and runs a command whenever it detects modifications. Install it today with cargo-binstall watchexec-cli, from the binaries below, find it in your favourite package manager, or build it from source with cargo install watchexec-cli.

In this release:

  • Fix bug where @argfile arguments were parsed from beyond the -- separator. (#717, #720)
  • Fix bug where Ctrl-C would kill Watchexec, but not the command within (#716, #721)