Documentation ¶
Index ¶
Constants ¶
View Source
const ( LISTEN_TIMEOUT = 60 * time.Second FLAG = "vnc" //#### Tiger VNC #### //# https://github.com/TigerVNC/tigervnc/releases // Compatible with multiple Tiger VNC versions TIGER_VNC_PATTERN = `/Applications/TigerVNC Viewer*.app/Contents/MacOS/TigerVNC Viewer` //#### Chicken VNC #### //# https://sourceforge.net/projects/chicken/ CHICKEN_VNC = "/Applications/Chicken.app/Contents/MacOS/Chicken" //#### Real VNC #### //# https://www.realvnc.com/en/connect/download/viewer/macos/ REAL_VNC = "/Applications/VNC Viewer.app/Contents/MacOS/vncviewer" REMOTE_VIEWER = "remote-viewer" )
Variables ¶
This section is empty.
Functions ¶
func NewCommand ¶ added in v0.4.0
func NewCommand(clientConfig clientcmd.ClientConfig) *cobra.Command
Types ¶
Click to show internal directories.
Click to hide internal directories.