Skip to content

Commit

Permalink
Add command-line-interface category
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
Carbocarde committed Nov 23, 2023
1 parent 6149a1a commit 1aa3e52
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions argh/Cargo.toml
Expand Up @@ -3,6 +3,7 @@ name = "argh"
version = "0.1.12"
authors = ["Taylor Cramer <cramertj@google.com>", "Benjamin Brittain <bwb@google.com>", "Erick Tryzelaar <etryzelaar@google.com>"]
edition = "2018"
categories = ["command-line-interface"]
keywords = ["args", "arguments", "derive", "cli"]
license = "BSD-3-Clause"
description = "Derive-based argument parser optimized for code size"
Expand Down

0 comments on commit 1aa3e52

Please sign in to comment.