This website works better with JavaScript.
Home
Explore
Help
Sign In
brettlangdon
/
pypihub
mirror of
https://github.com/brettlangdon/pypihub.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
1
Wiki
Activity
Browse Source
udpate readme
Alex Flint
10 years ago
parent
6dc9bbbdfd
commit
19d956870f
1 changed files
with
4 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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
Write
Preview
Loading…
Cancel
Save