arg can not show select list in terminal #779
-
|
work in UI mode version: 1.17.20 |
Beta Was this translation helpful? Give feedback.
Answered by
johnlindquist
Jun 7, 2022
Replies: 2 comments 1 reply
-
|
Thanks for reporting, I'll get this sorted in the next release |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Also, if you'd like it to work in this release, please use the name/value version of choices: Open testing-arg-in-terminal in Script Kit // Name: Testing Arg in Terminal
import "@johnlindquist/kit"
await arg("Testing", [
{name: "one", value: "one"},
{name: "two", value: "two"}
])
|
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
xxleyi
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Also, if you'd like it to work in this release, please use the name/value version of choices:
Open testing-arg-in-terminal in Script Kit