Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
update README
Browse files Browse the repository at this point in the history
  • Loading branch information
mitchellh committed Apr 21, 2022
1 parent 4a82e7e commit a59f761
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Go CLI Library [![GoDoc](https://godoc.org/github.com/mitchellh/cli?status.png)](https://godoc.org/github.com/mitchellh/cli)
# Go CLI Library [![GoDoc](https://godoc.org/github.com/mitchellh/cli?status.png)](https://pkg.go.dev/github.com/mitchellh/cli)

cli is a library for implementing powerful command-line interfaces in Go.
cli is a library for implementing command-line interfaces in Go.
cli is the library that powers the CLI for
[Packer](https://github.com/mitchellh/packer),
[Serf](https://github.com/hashicorp/serf),
Expand All @@ -21,7 +21,7 @@ cli is the library that powers the CLI for
* Support for shell autocompletion of subcommands, flags, and arguments
with callbacks in Go. You don't need to write any shell code.

* Automatic help generation for listing subcommands
* Automatic help generation for listing subcommands.

* Automatic help flag recognition of `-h`, `--help`, etc.

Expand Down

0 comments on commit a59f761

Please sign in to comment.