-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Closed
Description
"zx": "^7.2.3"
// Define the signals
const signals = [
{ event: 'application_launched', label: 'yakite-application-launched', action: 'event application-launched --env YABAI_PROCESS_ID=$YABAI_PROCESS_ID' },
{ event: 'application_terminated', label: 'yakite-application-terminated', action: 'event application-terminated --env YABAI_PROCESS_ID=$YABAI_PROCESS_ID' }
]
for (const { event, label, action } of signals) {
console.log(`action=${action}`) // action=event application-launched --env YABAI_PROCESS_ID=$YABAI_PROCESS_ID
$`action=${action}` // action=$'event application-launched --env YABAI_PROCESS_ID=$YABAI_PROCESS_ID'
}Metadata
Metadata
Assignees
Labels
No labels