Skip to content

Commit

Permalink
Add clip package to Command Line
Browse files Browse the repository at this point in the history
  • Loading branch information
drewolson authored and lpil committed Oct 7, 2024
1 parent 7e62d52 commit ac50e75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion packages/clip.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit ac50e75

Please sign in to comment.