Skip to content

Commit 14c6238

Browse files
committed
chore: release v1.22.0
1 parent 1e298f0 commit 14c6238

File tree

3 files changed

+42
-42
lines changed

3 files changed

+42
-42
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "argc"
3-
version = "1.21.1"
3+
version = "1.22.0"
44
edition = "2021"
55
authors = ["sigoden <sigoden@gmail.com>"]
66
description = "A bash cli framework, also a bash-based command runner"

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ $ argc --argc-compgen bash ./example.sh example --
217217
--version (Print version)
218218
```
219219

220-
So argc is a also completion engine, see 1000+ examples in [argc-completions](https://github.com/sigoden/argc-completions).
220+
So argc is a also completion engine, see [argc-completions](https://github.com/sigoden/argc-completions).
221221

222222
## Manpage
223223

0 commit comments

Comments
 (0)