diff --git a/README.md b/README.md index 0fc1674..3395974 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ Looking for something to build? Check out [the suggestions list][suggestions]. ### Command Line - [argv](https://github.com/lpil/argv) - [📚](https://hexdocs.pm/argv/) - A cross platform library for getting the command line arguments +- [clip](https://github.com/drewolson/clip) - [📚](https://hexdocs.pm/clip/) - A CLI Option Parser for Gleam - [gleam_community_ansi](https://github.com/gleam-community/ansi) - [📚](https://hexdocs.pm/gleam_community_ansi/) - ANSI colours, formatting, and control codes - [glint](https://github.com/TanklesXL/glint) - [📚](https://hexdocs.pm/glint/) - Gleam command line argument parsing with basic flag support. - [glitzer](https://github.com/miampf/glitzer) - [📚](https://hexdocs.pm/glitzer/) - Progress bars for gleam. diff --git a/packages/clip.toml b/packages/clip.toml index e2e195f..4d75975 100644 --- a/packages/clip.toml +++ b/packages/clip.toml @@ -2,4 +2,4 @@ name = "clip" description = "A CLI Option Parser for Gleam" docs_url = "https://hexdocs.pm/clip/" repo_url = "https://github.com/drewolson/clip" -category = "" +category = "Command Line"