From f605e59ade6da5562434f765d8acb80fd83a1b9b Mon Sep 17 00:00:00 2001 From: Dimitrij Denissenko Date: Tue, 21 Feb 2017 12:13:25 +0000 Subject: [PATCH] Expose Process on UniversalClient --- universal.go | 1 + 1 file changed, 1 insertion(+) 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 }