macaroni

publish trigger

Description:
The publish function trigger is used to make this command invocable using the invoke executor from other commands in this command set (if local) or any command set (if global).

Parent: triggers

Value (simple form): string specifying the name of the function
Value (key/value form):

# simple form
publish: (string)

# simple example
publish: openAiCompleteSelectedTextPutOnClipboard

# key/value form
publish:
  name: (string, required)
  scope: (string, optional)

# key/value example
publish:
  name: openAiCompleteSelectedTextPutOnClipboard
  scope: global