You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+25-25
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
# Flags based on structures.[](http://godoc.org/github.com/octago/sflags)[](https://travis-ci.org/octago/sflags)[](https://codecov.io/gh/octago/sflags)[](https://goreportcard.com/report/github.com/octago/sflags)
1
+
# Flags based on structures [](http://godoc.org/github.com/octago/sflags)[](https://travis-ci.org/octago/sflags)[](https://codecov.io/gh/octago/sflags)[](https://goreportcard.com/report/github.com/octago/sflags)
2
2
3
3
The sflags package uses structs, reflection and struct field tags
4
4
to allow you specify command line options. It supports [different types](#supported-types-in-structures) and [features](#features).
@@ -21,14 +21,28 @@ type Config struct {
21
21
22
22
And you can use your favorite flag or cli library!
0 commit comments