Skip to content

Commit

Permalink
chore: release v1.19.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Jun 18, 2024
1 parent eb5ef01 commit 355a3e1
Show file tree
Hide file tree
Showing 3 changed files with 44 additions and 8 deletions.
46 changes: 41 additions & 5 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "argc"
version = "1.18.0"
version = "1.19.0"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "A bash cli framework, also a bash-based command runner"
Expand Down Expand Up @@ -64,7 +64,7 @@ path-absolutize = { version = "3.1.1", optional = true }
insta = "1.30"
assert_cmd = "2"
assert_fs = "1"
rstest = "0.19"
rstest = "0.21"
predicates = "3"

[target.'cfg(unix)'.dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ man man/example.1

## Windows

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.
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.

</summary>

Expand Down

0 comments on commit 355a3e1

Please sign in to comment.