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.

  1. Run go run . --pill Placebo --jar Aspirin --jar Ibuprofen, and see it prints:
Placebo
[Aspirin Ibuprofen]