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
To avoid the current case where we have to ensure we are checking the SSHOptions struct nil case wherever we use it, we may want to refactor this to embed the struct in directly, rather than leaving it a separate object.
The text was updated successfully, but these errors were encountered:
To avoid the current case where we have to ensure we are checking the SSHOptions struct nil case wherever we use it, we may want to refactor this to embed the struct in directly, rather than leaving it a separate object.
The text was updated successfully, but these errors were encountered: