Skip to content

Commit eda5a7e

Browse files
authored
Update README.md
1 parent bf83260 commit eda5a7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ The following parameters are available to customize your Script Command in Rayca
5959
| currentDirectoryPath | Path from which the script is executed. Default is the path of the script. | No | 0.29+ |
6060
| needsConfirmation | Specify `true` if you would like to show confirmation alert dialog before running the script. Can be helpful with destructive scripts like "Quit All Apps" or "Empty Trash". Default value is `false`. | No | 0.30+ |
6161
| refreshTime | Specify a refresh interval for `inline` mode scripts in seconds, minutes, hours or days. Examples: `5s`, `1m`, `12h`, `1d`. Script output will be shown inline in dashboard items. *Note* that the actual times are not accurate and can vary depending on how the OS prioritizes scheduled work. The minimum allowed refresh interval is 5 seconds (use responsibly...), and the maximum allowed number of refreshing `inline` commands is 10. | No | 0.31+ |
62-
| argument[1...3] | Custom arguments, see [Passing Arguments](https://github.com/raycast/script-commands) section that explains in details how to use this field | No | 1.2.0+ |
62+
| argument[1...3] | Custom arguments, see [Passing Arguments](https://github.com/raycast/script-commands#passing-arguments) section that explains in details how to use this field | No | 1.2.0+ |
6363
| author | Define an author name to be part of the script commands documentation | No | |
6464
| authorURL | Author social media, website, email or anything to help the users to get in touch | No | |
6565
| description | A brief description about the script command to be presented in the documentation | No | |

0 commit comments

Comments
 (0)