blob: f04870fbf5823479fd9b5d990f731fc8e48d98ef (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
# opt
Package opt implements command-line flag parsing.
### Installation
$ go get [-u] modernc.org/opt
### Documentation
[godoc.org/modernc.org/opt](http://godoc.org/modernc.org/opt)
|