Closed giladreich closed 3 years ago
Hi @gen2brain, for uniformity sake I also restricted from providing any items named as false
.
Example to reproduce when clicking the Cancel
button:
❯ osascript -e 'choose from list {"banana","apple","orange"}'
false
❯ echo $?
0
❯ osascript -e 'choose from list {"banana","apple","orange"} with multiple selections allowed'
false
❯ echo $?
0
Merged, thanks!
osascript output string will return
false
when the user cancels the dialog.