From 2aad4783b7e46968b9a585cb0644c0afac192df3 Mon Sep 17 00:00:00 2001 From: Nihaal Sangha Date: Tue, 26 Apr 2022 21:45:12 +0100 Subject: [PATCH] Update description --- Cargo.toml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index d495eb7..a3256c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "clap_complete_command" version = "0.3.2" edition = "2021" -description = "Reduces boilerplate for adding a completion command to Clap" +description = "Reduces boilerplate for adding a shell completion command to Clap" repository = "https://github.com/nihaals/clap-complete-command" documentation = "https://docs.rs/clap_complete_command" license = "MIT" diff --git a/README.md b/README.md index c429d25..44ca2fa 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ [![crates.io](https://img.shields.io/crates/v/clap_complete_command)](https://crates.io/crates/clap_complete_command) -Reduces boilerplate for adding a completion command to Clap +Reduces boilerplate for adding a shell completion command to Clap ## Examples