You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
i.run(fmt.Sprintf(...)) and Shell(fmt.Sprintf(...)) are a fairly common pattern in the e2e integration framework. It would be useful to make the underlying functions variadic and handle the Sprintf formatting instead of pushing it onto the caller.