Skip to content
This repository has been archived by the owner on Sep 8, 2024. It is now read-only.

Latest commit

 

History

History
25 lines (18 loc) · 401 Bytes

command.run.md

File metadata and controls

25 lines (18 loc) · 401 Bytes
description
Action: command.run

Run

Key Typ Optional Description
action string no command.run
command string no command to run
args string no argument passed
dir string no actual working directory

Example

- action: command.run
  dir: .
  command: echo
  args:
  - Hello world