mirror of
https://github.com/watchexec/watchexec.git
synced 2024-11-13 07:41:11 +01:00
release: watchexec-cli v1.22.3 (#590)
Co-authored-by: github-actions <github-actions@github.com>
This commit is contained in:
parent
1d87097b3e
commit
eb19f83761
7 changed files with 8 additions and 8 deletions
|
@ -3,8 +3,8 @@ message: |
|
|||
If you use this software, please cite it using these metadata.
|
||||
title: "Watchexec: a tool to react to filesystem changes, and a crate ecosystem to power it"
|
||||
|
||||
version: "1.22.2"
|
||||
date-released: 2023-03-22
|
||||
version: "1.22.3"
|
||||
date-released: 2023-05-14
|
||||
|
||||
repository-code: https://github.com/watchexec/watchexec
|
||||
license: Apache-2.0
|
||||
|
|
2
Cargo.lock
generated
2
Cargo.lock
generated
|
@ -3874,7 +3874,7 @@ dependencies = [
|
|||
|
||||
[[package]]
|
||||
name = "watchexec-cli"
|
||||
version = "1.22.2"
|
||||
version = "1.22.3"
|
||||
dependencies = [
|
||||
"argfile",
|
||||
"bosion",
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
[package]
|
||||
name = "watchexec-cli"
|
||||
version = "1.22.2"
|
||||
version = "1.22.3"
|
||||
|
||||
authors = ["Félix Saparelli <felix@passcod.name>", "Matt Green <mattgreenrocks@gmail.com>"]
|
||||
license = "Apache-2.0"
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
<assemblyIdentity
|
||||
type="win32"
|
||||
name="Watchexec.Cli.watchexec"
|
||||
version="1.22.2.0"
|
||||
version="1.22.3.0"
|
||||
/>
|
||||
|
||||
<trustInfo>
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
.ie \n(.g .ds Aq \(aq
|
||||
.el .ds Aq '
|
||||
.TH watchexec 1 "watchexec 1.22.2"
|
||||
.TH watchexec 1 "watchexec 1.22.3"
|
||||
.SH NAME
|
||||
watchexec \- Execute commands when watched files change
|
||||
.SH SYNOPSIS
|
||||
|
@ -472,6 +472,6 @@ Behaviour depends on the value of \*(Aq\-\-shell\*(Aq: for all except \*(Aqnone\
|
|||
.SH EXTRA
|
||||
Use @argfile as first argument to load arguments from the file \*(Aqargfile\*(Aq (one argument per line) which will be inserted in place of the @argfile (further arguments on the CLI will override or add onto those in the file).
|
||||
.SH VERSION
|
||||
v1.22.2
|
||||
v1.22.3
|
||||
.SH AUTHORS
|
||||
Félix Saparelli <felix@passcod.name>, Matt Green <mattgreenrocks@gmail.com>
|
||||
|
|
|
@ -673,7 +673,7 @@ file).
|
|||
|
||||
# VERSION
|
||||
|
||||
v1.22.2
|
||||
v1.22.3
|
||||
|
||||
# AUTHORS
|
||||
|
||||
|
|
Binary file not shown.
Loading…
Reference in a new issue