raycast / script-commands

Script Commands let you tailor Raycast to your needs. Think of them as little productivity boosts throughout your day.

Home Page:https://raycast.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is multiple line of script argument supported?

zcfan opened this issue · comments

I have a dropdown argument with a plenty of options:

# @raycast.argument1 { "type": "dropdown", "placeholder": "Project", "data": [{"title": "111", "value": "https://xxx.xxx"}, {"title": "222", "value": "https://xxx.xxx"}, {"title": "333", "value": "https://xxx.xxx"}, ...] }

As you can see, I place them all in a single line which is hard to read.

I wonder can we format it into multiple lines, to enhance readability, I didn't find anything useful in documentation.

Sadly not currently, I will add your comment as feature request internally.