File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change 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
1011Simple [ example] ( example/main.go ) demonstrates subcommands, flag struct tags,
1112error 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-
You can’t perform that action at this time.
0 commit comments