Skip to content

Commit 355a3e1

Browse files
committed
chore: release v1.19.0
1 parent eb5ef01 commit 355a3e1

File tree

3 files changed

+44
-8
lines changed

3 files changed

+44
-8
lines changed

Cargo.lock

Lines changed: 41 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "argc"
3-
version = "1.18.0"
3+
version = "1.19.0"
44
edition = "2021"
55
authors = ["sigoden <sigoden@gmail.com>"]
66
description = "A bash cli framework, also a bash-based command runner"
@@ -64,7 +64,7 @@ path-absolutize = { version = "3.1.1", optional = true }
6464
insta = "1.30"
6565
assert_cmd = "2"
6666
assert_fs = "1"
67-
rstest = "0.19"
67+
rstest = "0.21"
6868
predicates = "3"
6969

7070
[target.'cfg(unix)'.dev-dependencies]

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ man man/example.1
238238

239239
## Windows
240240

241-
The only dependency of argc is bash. ince developers working on Windows typically have [git](https://gitforwindows.org/) installed, which includes git-bash, so you can safely use argc and GNU tools (grep, sed, awk...) in the Windows environment.
241+
The only dependency for `argc` is Bash. Since most developers working on Windows have [Git](https://gitforwindows.org/) installed, which includes Git Bash, you can safely use `argc` and GNU tools (like `grep`, `sed`, `awk`, etc.) in the Windows environment.
242242

243243
</summary>
244244

0 commit comments

Comments
 (0)