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
In my pre-run hook, I'd like to set a value (someplace; maybe in the Command?) and have access to it in my Run. This seems like a good use-case for context.Context. Is this supported somehow? I was thinking of setting a Flag value, but that seems awfully hackish, and I really don't want to use a global variable.
sungwoncho, soyking, tabboud, arvenil, msabramo and 20 more