Replies: 1 comment
-
We only support using the same value parser across all values at this time. The subset of this for tuples is being tracked in #1717. This can also be handled through delimiters within the value. In the specific example you gave, you could parse a single value as a URL which can have both a host and a port. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is there a way to combine an Arg with multiple values into an Struct? I want to take 2 values for
replicaof
and combine them intoReplica
type.I tried using a custom parser but the input to it only captures one value -
localhost
and not6666
.Beta Was this translation helpful? Give feedback.
All reactions