force case on stringsliceflags? #2064
Labels
area/v2
relates to / is being considered for v2
kind/question
someone asking a question
status/triage
maintainers still need to look into this
my question is...
I have a particular StringSliceFlag and I want the values to be lowercase no matter the case that is entered. I am a bit new to golang and your lib and am curious what the best approach would be.
so for example I have the stringsliceflag "domains" and a user might enter
... --domains VDI-UNCLEBOB ...
I want the value of flgDomains to be ["vdi-unclebob"]The text was updated successfully, but these errors were encountered: