Replies: 1 comment
-
|
Hi @airtonix have you tried it with The following test from the code base does what you're asking for, doesn't it? multi_flag:
spec=r#"
flag "-v --vars <vars>" var=#true
"#,
args=r#"--vars a --vars "b c""#,
expected=r#"{"usage_vars": "a 'b c'"}"#, |
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
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I see the usage spec very briefly and sneakily indicates that (so far) only args support multiple values.
but two questsions:
--foo blue --foo redso that$usage_fooisblue redusage@2.2.2the#USAGE arg "<foo...>"doesn't seem to work in mise file tasks.Beta Was this translation helpful? Give feedback.
All reactions