Skip to content

Commit ac50e75

Browse files
drewolsonlpil
authored andcommitted
Add clip package to Command Line
1 parent 7e62d52 commit ac50e75

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ Looking for something to build? Check out [the suggestions list][suggestions].
8282
### Command Line
8383

8484
- [argv](https://github.com/lpil/argv) - [📚](https://hexdocs.pm/argv/) - A cross platform library for getting the command line arguments
85+
- [clip](https://github.com/drewolson/clip) - [📚](https://hexdocs.pm/clip/) - A CLI Option Parser for Gleam
8586
- [gleam_community_ansi](https://github.com/gleam-community/ansi) - [📚](https://hexdocs.pm/gleam_community_ansi/) - ANSI colours, formatting, and control codes
8687
- [glint](https://github.com/TanklesXL/glint) - [📚](https://hexdocs.pm/glint/) - Gleam command line argument parsing with basic flag support.
8788
- [glitzer](https://github.com/miampf/glitzer) - [📚](https://hexdocs.pm/glitzer/) - Progress bars for gleam.

packages/clip.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ name = "clip"
22
description = "A CLI Option Parser for Gleam"
33
docs_url = "https://hexdocs.pm/clip/"
44
repo_url = "https://github.com/drewolson/clip"
5-
category = ""
5+
category = "Command Line"

0 commit comments

Comments
 (0)