From c57a47860e8dd1bd7dd2d019437644a37415e563 Mon Sep 17 00:00:00 2001 From: Patrick O'Neill <46285735+Carbocarde@users.noreply.github.com> Date: Thu, 23 Nov 2023 10:16:21 -0800 Subject: [PATCH] Add command-line-interface category When choosing a command-line parser many people link to the https://crates.io/categories/command-line-interface category. This change adds argh to that category. --- argh/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/argh/Cargo.toml b/argh/Cargo.toml index 354d97d..b310dd4 100644 --- a/argh/Cargo.toml +++ b/argh/Cargo.toml @@ -3,6 +3,7 @@ name = "argh" version = "0.1.12" authors = ["Taylor Cramer ", "Benjamin Brittain ", "Erick Tryzelaar "] edition = "2018" +categories = ["command-line-interface"] keywords = ["args", "arguments", "derive", "cli"] license = "BSD-3-Clause" description = "Derive-based argument parser optimized for code size"