For the complete documentation index, see llms.txt. This page is also available as Markdown.

Loop List Items

Runs commands for each item in a list

List

  • Variable for list (i.e. Javascript array) to loop through

Store current item in variable

  • Variable that will be set with the current list item

Last updated