# Functions
DefaultAttachFunc is the default AttachFunc used.
NewAttachOptions creates the options for attach.
NewCmdAttach returns the attach Cobra command.
# Structs
AttachOptions declare the arguments accepted by the Attach command.
DefaultRemoteAttach is the standard implementation of attaching.
# Interfaces
RemoteAttach defines the interface accepted by the Attach command - provided for test stubbing.