From 6373572325fcf9446cc0a8f2d167e702d9f771c1 Mon Sep 17 00:00:00 2001 From: sigoden Date: Tue, 9 Apr 2024 05:46:45 +0000 Subject: [PATCH] chore: update description --- Cargo.toml | 4 ++-- README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 06b7670..1620491 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,13 +3,13 @@ name = "argc" version = "1.16.0" edition = "2021" authors = ["sigoden "] -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" diff --git a/README.md b/README.md index ea417b9..bd63629 100644 --- a/README.md +++ b/README.md @@ -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)