package
0.0.0-20240709090339-eb9e24cd1b44
Repository: https://github.com/mmatczuk/anyflag.git
Documentation: pkg.go.dev
# README
Enum Stringer
This example shows how anytype
can be used for string based enums.
- Run
go run . --pill Placebo --jar Aspirin --jar Ibuprofen
, and see it prints:
Placebo
[Aspirin Ibuprofen]
# Constants
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Type aliases
No description provided by the author