Skip to content

Commit b9b6e1b

Browse files
authored
Update README.md
1 parent d8a682f commit b9b6e1b

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

README.md

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,21 @@
11
# cli
22

33
`cli` is a minimalist, ergonomic, scalable library for building Go
4-
commands.
4+
commands with no dependencies outside Go stdlib. Built for ease of
5+
use and ease of growth of Go commands.
56

67
[![Go Reference](https://pkg.go.dev/badge/github.com/scott-cotton/cli.svg)](https://pkg.go.dev/github.com/scott-cotton/cli)
78

89
## Usage
910

1011
Simple [example](example/main.go) demonstrates subcommands, flag struct tags,
1112
error handling, and a simple CLI code management pattern in a single small Go
12-
file. No dependencies outside Go stdlib.
13+
file.
14+
15+
## Status
16+
17+
`cli` is young but it works. The general design and organisation of the data types
18+
has mostly settled but may evolve slightly. May still have some bugs in the corners.
1319

1420
## Why
1521

@@ -28,11 +34,3 @@ unobtrusive.
2834
- Kong does even more
2935
- Other attempts at finding a balance between minimalism and expressivity
3036
don't seem to hit the mark for expressivity.
31-
32-
33-
## Status
34-
35-
`cli` is young but it works. The general design and organisation of the data types
36-
has mostly settled but may evolve slightly. May still have some bugs in the corners.
37-
38-

0 commit comments

Comments
 (0)