-
I'm using yaml to build a cli with clap. how can I use |
Beta Was this translation helpful? Give feedback.
Answered by
pksunkara
Nov 26, 2020
Replies: 1 comment 1 reply
-
You cannot specify a rust function in YAML. It's a limitation that can never be solved. |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
pksunkara
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You cannot specify a rust function in YAML. It's a limitation that can never be solved.