File tree 1 file changed +1
-1
lines changed 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Golang argparse
2
2
3
- [ ![ GoDoc] ( https://godoc.org/github.com/akamensky/argparse?status.svg )] ( https://godoc.org/github.com/akamensky/argparse ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/akamensky/argparse )] ( https://goreportcard.com/report/github.com/akamensky/argparse ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/akamensky/argparse/badge.svg?branch=update-travis-yml )] ( https://coveralls.io/github/akamensky/argparse?branch=update-travis-yml ) [ ![ Build Status] ( https://travis-ci.org/akamensky/argparse.svg?branch=master )] ( https://travis-ci.org/akamensky/argparse )
3
+ [ ![ GoDoc] ( https://godoc.org/github.com/akamensky/argparse?status.svg )] ( https://godoc.org/github.com/akamensky/argparse ) [ ![ Go Report Card] ( https://goreportcard.com/badge/github.com/akamensky/argparse )] ( https://goreportcard.com/report/github.com/akamensky/argparse ) [ ![ Coverage Status] ( https://coveralls.io/repos/github/akamensky/argparse/badge.svg?branch=master )] ( https://coveralls.io/github/akamensky/argparse?branch=master ) [ ![ Build Status] ( https://travis-ci.org/akamensky/argparse.svg?branch=master )] ( https://travis-ci.org/akamensky/argparse )
4
4
5
5
Let's be honest -- Go's standard command line arguments parser ` flag ` terribly sucks.
6
6
It cannot come anywhere close to the Python's ` argparse ` module. This is why this project exists.
You can’t perform that action at this time.
0 commit comments