An open API service indexing awesome lists of open source software.

https://github.com/dolmen-go/flagx

Extensions for the Go 'flag' package: flagx, flagfile, flagnet, flagtrace
https://github.com/dolmen-go/flagx

cli flag golang golang-module tracing

Last synced: about 1 year ago
JSON representation

Extensions for the Go 'flag' package: flagx, flagfile, flagnet, flagtrace

Awesome Lists containing this project

README

          

# flagx - Helpers for the 'flag' package

[![GoDoc](https://img.shields.io/badge/godoc-reference-blue.svg)](https://pkg.go.dev/github.com/dolmen-go/flagx)
[![Travis-CI](https://api.travis-ci.org/dolmen-go/flagx.svg?branch=master)](https://travis-ci.org/dolmen-go/flagx)
[![Go Report Card](https://goreportcard.com/badge/github.com/dolmen-go/flagx)](https://goreportcard.com/report/github.com/dolmen-go/flagx)

## Documentation

Latest (master): https://pkg.go.dev/github.com/dolmen-go/flagx

Your local copy: http://localhost:6060/pkg/github.com/dolmen-go/flagx

## Status

Production ready. Parts are already used in production code.

The aim is code coverage of 100%. Check [testsuite coverage](https://codecov.io/gh/dolmen-go/flagx)
and consider any code not covered by the testsuite as never tested and full of
bugs.

## See Also

* [github.com/carlmjohnson/flagext](https://pkg.go.dev/github.com/carlmjohnson/flagext): similar flag.Value implementations
* [github.com/KimMachineGun/flago](https://pkg.go.dev/github.com/KimMachineGun/flago): define a set of flags via a struct and tags

## License

Copyright 2017-2022 Olivier Mengué

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.