Skip to content

Commit

Permalink
link the blog post
Browse files Browse the repository at this point in the history
  • Loading branch information
orsinium committed Aug 29, 2023
1 parent 1a43f70 commit 972ba28
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 🏔 cliff

[ [📄 docs](https://pkg.go.dev/github.com/orsinium-labs/cliff) ] [ [🧑‍💻️ github](https://github.com/orsinium-labs/cliff) ] [ [❤️ sponsor](https://github.com/sponsors/orsinium) ]
[ [📄 docs](https://pkg.go.dev/github.com/orsinium-labs/cliff) ] [ [🐙 github](https://github.com/orsinium-labs/cliff) ] [ [❤️ sponsor](https://github.com/sponsors/orsinium) ]

The simplest and safest golang library for making CLI tools.

Expand Down Expand Up @@ -31,6 +31,8 @@ Also in runtime:
* Never panics.
* Makes sure all flag names and short names follow POSIX recommendations.

Read the blog post to learn more: [Writing safe-to-use Go libraries](https://blog.orsinium.dev/posts/go/safe-api/).

## 📦 Installation

```bash
Expand Down

0 comments on commit 972ba28

Please sign in to comment.