Skip to content

Commit 0692c82

Browse files
authored
Merge branch 'master' into add-sonar-analysis
2 parents bedf4cb + 7f345bc commit 0692c82

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Golang argparse
22

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) [![cover.run](https://cover.run/go/github.com/akamensky/argparse.svg?style=flat&tag=golang-1.10)](https://cover.run/go?tag=golang-1.10&repo=github.com%2Fakamensky%2Fargparse) [![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=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)
44

55
Let's be honest -- Go's standard command line arguments parser `flag` terribly sucks.
66
It cannot come anywhere close to the Python's `argparse` module. This is why this project exists.

0 commit comments

Comments
 (0)