You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: documentation/ARGUMENTS.md
+1
Original file line number
Diff line number
Diff line change
@@ -12,6 +12,7 @@ Use `argument[1..3]` metadata to specify custom arguments that will be displayed
12
12
| placeholder | Placeholder for the input field. | ✅ | 1.2.0+ |
13
13
| optional | Set to `true` if you want to mark the argument as optional. When not provided, the argument is considered to be required (Raycast will not allow to execute the script if the argument input is empty) || 1.3.0+ |
14
14
| percentEncoded | Set to `true` if you want Raycast to perform percent encoding on the argument value before passing it to the script. Can be handy for scripts that pass the argument directly to URL query || 1.4.0+ |
15
+
| secure | When set to `true` entered text will be replaced with asterisks and won't be recorded by history. Most common use case – passing passwords or secrets to scripts. || 1.18.0+ |
15
16
16
17
💡 **Maximum number of arguments:** 3 (if you have a use case that requires more, please let us know via feedback or in the [Slack community](https://www.raycast.com/community))
0 commit comments