Skip to content

Commit

Permalink
chore: update description
Browse files Browse the repository at this point in the history
  • Loading branch information
sigoden committed Apr 9, 2024
1 parent 4c876fc commit 6373572
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ name = "argc"
version = "1.16.0"
edition = "2021"
authors = ["sigoden <[email protected]>"]
description = "An elegant command-line argument parser."
description = "A bash cli framework, also a task management & automation tool."
license = "MIT OR Apache-2.0"
homepage = "https://github.com/sigoden/argc"
repository = "https://github.com/sigoden/argc"
autotests = false
categories = ["command-line-utilities"]
keywords = ["command-line", "shell-script", "argument-parser"]
keywords = ["command-line", "task-runner", "argument-parser"]

[dependencies]
anyhow = "1"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![CI](https://github.com/sigoden/argc/actions/workflows/ci.yaml/badge.svg)](https://github.com/sigoden/argc/actions/workflows/ci.yaml)
[![Crates](https://img.shields.io/crates/v/argc.svg)](https://crates.io/crates/argc)

Easily create feature-rich CLIs in bash.
A bash cli framework, also a task management & automation tool.

![demo](https://user-images.githubusercontent.com/4012553/228990851-fee5649f-aa24-4297-a924-0d392e0a7400.gif)

Expand Down

0 comments on commit 6373572

Please sign in to comment.