4 Commits (f1355b5fe39f64d8a2417af45d38d6fc61a51f74)

Author SHA1 Message Date
pantonshire 9c1a98adb7 add help text for -f flag
This patch adds a documentation comment to `Args.full_category_names`,
which `clap` uses to generate help text for the `-f` flag.
3 years ago
pantonshire 6ed0de3c7c update Cargo.toml information
This patch updates the Cargo.toml files for both crates in this
repository, adding the author, license, description and repository
fields.
3 years ago
pantonshire 6cb3b0a412 add command line option to show full category name
This patch adds `clap` as a dependency for command-line argument
parsing, and introduces a `-f` flag to allow toggling whether or not the
full names of character classes are displayed.
3 years ago
pantonshire 172d1a14fe Initial commit 3 years ago