Skip to content

multiflag is a Go package for processing repeated command line flags

License

Notifications You must be signed in to change notification settings

gyepisam/multiflag

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

multiflag implements the flag.Value interface for handling repeated flag values.

It is useful for boolean flags where repeated use implies greater intensity or
values to be collected into an array.

To install, run

    go get github.com/gyepisam/multiflag

See the multiflag.go or main.go files for further instructions and examples.

About

multiflag is a Go package for processing repeated command line flags

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages