text-runner icon indicating copy to clipboard operation
text-runner copied to clipboard

command to list the available actions on the cli

Open kevgo opened this issue 8 months ago • 0 comments

$ text-runner actions

built-in actions:

  foo
  bar

textrun-npm:

  npm/script-call verify a complete call of a script in package.json

  npm/script-name


$ text-runner actions npm

npm/script-call verify a complete call of a script in package.json

npm/script-name

kevgo avatar Mar 14 '25 14:03 kevgo