Browse Source

udpate readme

Alex Flint 10 years ago
parent
commit
19d956870f
1 changed files with 4 additions and 6 deletions
  1. +4
    -6
      README.md

+ 4
- 6
README.md View File

@ -1,5 +1,9 @@
## Structured argument parsing for Go
```shell
go get github.com/alexflint/go-arg
```
```go
var args struct {
Foo string
@ -14,12 +18,6 @@ $ ./example --foo=hello --bar
hello true
```
### Installation
```shell
go get github.com/alexflint/go-arg
```
### Default values
```go


Loading…
Cancel
Save