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
Not critical right now. What I'd like to do in the next refactor is move NewHandler and InitProfile into the cli.New() process... I feel like we can handle the close as part of c.Close() and make sure it's uniform.
I think part of that work will be adding cli.New() to the preRun process. Not sure if we can pass the object back to the command, but something to look at later.
Not critical right now. What I'd like to do in the next refactor is move
NewHandler
andInitProfile
into thecli.New()
process... I feel like we can handle the close as part ofc.Close()
and make sure it's uniform.I think part of that work will be adding
cli.New()
to thepreRun
process. Not sure if we can pass the object back to the command, but something to look at later.Originally posted by @jrschumacher in #350 (comment)
The text was updated successfully, but these errors were encountered: