Replies: 11 comments 2 replies
-
+1 and (or alternatively) it would be also great if there is the option to show a short description/hint for every parameter. |
Beta Was this translation helpful? Give feedback.
-
It would be also something absolutely fantastic to build this list from a result of another script, for example
Then in execution window a small list to select out of the Best regards, |
Beta Was this translation helpful? Give feedback.
-
hey, guys. I support this in PR #203 |
Beta Was this translation helpful? Give feedback.
-
Only concern with this I'd say is the choice of the separator. We just need to find the best character (least used, unrelated to bash) to be used as a separator. @hitzhangjie @sgutwein |
Beta Was this translation helpful? Give feedback.
-
Options for discussioin:
Here:
Use any character which appears after
Use any character which appears after
but...
means that Big benefit is that for single-parameter we keep nice fallback:
means simply
Separator defined as the first char after opening
I personally like Option 3 as it leaves to the user what char will be used, which effectively removes possible incompatibilities with user's needs. Personal preference, but Variant 1B looks a best for me. Cheers |
Beta Was this translation helpful? Give feedback.
-
If the separator encapsulates the variables, it will also allow support for multiple word variables: |
Beta Was this translation helpful? Give feedback.
-
As always - more unusual patter, less likely it will be used in text defined by the user. Pipes are popular in all types of shell but in combination with _ char - I don't recall I've ever used it in combination as you suggested. |
Beta Was this translation helpful? Give feedback.
-
All that remains to support this is some nice dropdown/other for selecting those multiple values then. Interested in picking this one up yourself or should I @jaroslawhartman 😃 ? You've already done something similar |
Beta Was this translation helpful? Give feedback.
-
This is now supported 🚀 🚀 🚀 ! @sgutwein @smartmic @jkldrr @hitzhangjie @brendan-stephens Instructions on how to use it are in the docs under Parameters. |
Beta Was this translation helpful? Give feedback.
-
Would be nice to have the option to define multiple default params. After executing the command it should be possible to choose between them.
E.g.
<stage=dev;qa;prod>
or something similar.Beta Was this translation helpful? Give feedback.
All reactions