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
- Host: GitHub
- URL: https://github.com/dolmen-go/flagx
- Owner: dolmen-go
- License: apache-2.0
- Created: 2017-04-05T17:19:28.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2025-03-01T13:19:28.000Z (over 1 year ago)
- Last Synced: 2025-03-28T07:22:52.528Z (over 1 year ago)
- Topics: cli, flag, golang, golang-module, tracing
- Language: Go
- Homepage: https://pkg.go.dev/github.com/dolmen-go/flagx/?tab=doc
- Size: 82 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# flagx - Helpers for the 'flag' package
[](https://pkg.go.dev/github.com/dolmen-go/flagx)
[](https://travis-ci.org/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.