diff --git a/universal.go b/universal.go index 3c13b19..02ed51a 100644 --- a/universal.go +++ b/universal.go @@ -115,6 +115,7 @@ func (o *UniversalOptions) simple() *Options { // applications locally. type UniversalClient interface { Cmdable + Process(cmd Cmder) error Close() error }