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

https://github.com/sv-tools/conf-reader-flags

Command line flags parser for conf project
https://github.com/sv-tools/conf-reader-flags

command-line-arguments conf reader

Last synced: 12 months ago
JSON representation

Command line flags parser for conf project

Awesome Lists containing this project

README

          

# conf-reader-flags

[![Code Analysis](https://github.com/sv-tools/conf-reader-flags/actions/workflows/checks.yaml/badge.svg)](https://github.com/sv-tools/conf-reader-flags/actions/workflows/checks.yaml)
[![Go Reference](https://pkg.go.dev/badge/github.com/sv-tools/conf-reader-flags.svg)](https://pkg.go.dev/github.com/sv-tools/conf-reader-flags)
[![codecov](https://codecov.io/gh/sv-tools/conf-reader-flags/branch/main/graph/badge.svg?token=0XVOTDR1CW)](https://codecov.io/gh/sv-tools/conf-reader-flags)
[![GitHub tag (latest SemVer)](https://img.shields.io/github/v/tag/sv-tools/conf-reader-flags?style=flat)](https://github.com/sv-tools/conf-reader-flags/releases)

The [conf](https://github.com/sv-tools/conf) reader for Command Line Flags.

```shell
go get github.com/sv-tools/conf-reader-flags
```

## License

MIT licensed. See the bundled [LICENSE](LICENSE) file for more details.