Exec 执行命令
(ctx context.Context, cmd string, opts *ExecOptions)
| 82 | |
| 83 | // Exec 执行命令 |
| 84 | Exec(ctx context.Context, cmd string, opts *ExecOptions) (*ExecResult, error) |
| 85 | |
| 86 | // Watch 监听文件变更 |
| 87 | Watch(paths []string, listener FileChangeListener) (watchID string, err error) |
no outgoing calls
no test coverage detected