diff --git a/Cargo.lock b/Cargo.lock index d81ac058..462c5655 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19,7 +19,7 @@ checksum = "bb07d2053ccdbe10e2af2995a2f116c1330396493dc1269f6a91d0ae82e19704" [[package]] name = "argc" -version = "0.10.0" +version = "0.10.1" dependencies = [ "anyhow", "assert_cmd", diff --git a/Cargo.toml b/Cargo.toml index fce0f21c..3a3b9390 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,9 +1,9 @@ [package] name = "argc" -version = "0.10.0" +version = "0.10.1" edition = "2021" authors = ["sigoden "] -description = "A bash cli framework, also a task runner." +description = "A bash cli framework, also a task runner" license = "MIT OR Apache-2.0" homepage = "https://github.com/sigoden/argc" repository = "https://github.com/sigoden/argc" diff --git a/README.md b/README.md index b3f5ba26..e5edc505 100644 --- a/README.md +++ b/README.md @@ -83,7 +83,7 @@ Download from [Github Releases](https://github.com/sigoden/argc/releases), unzip ## CLI ``` -a bash cli framework, also a task runner. - https://github.com/sigoden/argc +A bash cli framework, also a task runner - https://github.com/sigoden/argc USAGE: argc --argc-eval SCRIPT [ARGS ...] Print code snippets for `eval $(argc --argc-eval "$0" "$@")`