Interface
Command
Command is an action to be run.
Source from the content-addressed store, hash-verified
| 49 | |
| 50 | // Command is an action to be run. |
| 51 | type Command interface { |
| 52 | Run(*Script) |
| 53 | } |
| 54 | |
| 55 | // Shell is a shell command to execute. |
| 56 | type Shell struct { |
Implementers 3
Shelldocs/asciinema-run/main.go Waitdocs/asciinema-run/main.go Delaydocs/asciinema-run/main.go
Tested by
no test coverage detected
Used in the wild real call sites across dependent graphs
searching dependent graphs…