How to escape "," in StringSliceValue #1552
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
I am trying to see if the
,
can be used as such when present in a flag value .e.g.
when run
go run main.go --cache-from='type=registry,registry=example/foo'
I see the following output,Ideally I don't expect the value to be split by
,
.Is this bug or there is way to configure it ?
This causing another lib that uses CLI to fail thegeeklab/drone-docker-buildx#141
The text was updated successfully, but these errors were encountered: