doex v0.4.2 Doex.Cli.Block View Source

Block the command line until a condition is met,

Currently, we only support blocking on action statuses,

  doex block actions <id> <status>

For example,

  doex block actions 12345 completed

The process is silent, so if you put in an invalid status, the script will run until manually stopped.

Link to this section Summary

Link to this section Functions

Link to this macro invoke(piped_in_argument, expr) View Source (macro)