Skip to content

Commit

Permalink
chore: release v1.22.0
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Dec 9, 2024
1 parent 1e298f0 commit 14c6238
Show file tree
Hide file tree
Showing 3 changed files with 42 additions and 42 deletions.
80 changes: 40 additions & 40 deletions Cargo.lock

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

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "argc"
version = "1.21.1"
version = "1.22.0"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "A bash cli framework, also a bash-based command runner"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ $ argc --argc-compgen bash ./example.sh example --
--version (Print version)
```

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

## Manpage

Expand Down

0 comments on commit 14c6238

Please sign in to comment.