package
0.0.0-20240709090339-eb9e24cd1b44
Repository: https://github.com/mmatczuk/anyflag.git
Documentation: pkg.go.dev
# README
Redact
This example shows how WithRedact
can be used to redact passwords.
- Run
go run . --site https://user:[email protected] --realm http://foo.com --realm http://u:[email protected]
, and see it prints:
realm [http://foo.com,http://u:[email protected]]
site https://user:[email protected]