Skip to content

Commit

Permalink
Remove unused status
Browse files Browse the repository at this point in the history
  • Loading branch information
jkieboom committed Jun 15, 2024
1 parent 1898d83 commit 7e06247
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
go-flags: a go library for parsing command line arguments
=========================================================

[![GoDoc](https://godoc.org/github.com/jessevdk/go-flags?status.png)](https://godoc.org/github.com/jessevdk/go-flags) [![Build Status](https://travis-ci.org/jessevdk/go-flags.svg?branch=master)](https://travis-ci.org/jessevdk/go-flags) [![Coverage Status](https://img.shields.io/coveralls/jessevdk/go-flags.svg)](https://coveralls.io/r/jessevdk/go-flags?branch=master)
[![GoDoc](https://godoc.org/github.com/jessevdk/go-flags?status.png)](https://godoc.org/github.com/jessevdk/go-flags)

This library provides similar functionality to the builtin flag library of
go, but provides much more functionality and nicer formatting. From the
Expand Down Expand Up @@ -78,7 +78,7 @@ var opts struct {

// Example of a map
IntMap map[string]int `long:"intmap" description:"A map from string to int"`

// Example of env variable
Thresholds []int `long:"thresholds" default:"1" default:"2" env:"THRESHOLD_VALUES" env-delim:","`
}
Expand Down

0 comments on commit 7e06247

Please sign in to comment.