Skip to content

Commit

Permalink
readme: Update according to go doc (#18)
Browse files Browse the repository at this point in the history
* Update readme according to go doc

* Update readme according to go doc
  • Loading branch information
goreadme[bot] authored and posener committed Nov 27, 2019
1 parent 613424f commit ea1b779
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,22 +5,22 @@
[![GoDoc](https://godoc.org/github.com/posener/cmd?status.svg)](http://godoc.org/github.com/posener/cmd)
[![goreadme](https://goreadme.herokuapp.com/badge/posener/cmd.svg)](https://goreadme.herokuapp.com)

cmd is a minimalistic library that enables easy sub commands with the standard `flag` library.
Package cmd is a minimalistic library that enables easy sub commands with the standard `flag` library.

This library extends the standard library `flag` package to support sub commands and more
features in a minimalistic and idiomatic API.

Features:

* Sub commands.
- [x] Sub commands.

* Automatic bash completion.
- [x] Automatic bash completion.

* Flag values definition and check.
- [x] Flag values definition and check.

* Explicit positional arguments definition.
- [x] Explicit positional arguments definition.

* Automatic usage text.
- [x] Automatic usage text.

#### Usage

Expand Down

0 comments on commit ea1b779

Please sign in to comment.