Documentation ¶
Index ¶
Constants ¶
View Source
const ( HostfoldersDefaultPath = "/mnt/sda1" HostfoldersMountPathKey = "hostfolders-mountpath" )
Variables ¶
View Source
var HostFolderCmd = &cobra.Command{ Use: "hostfolder SUBCOMMAND [flags]", Short: "Manages host folders for the Minishift VM.", Long: `Manages host folders for the Minishift VM. Use the sub-commands to define, mount, umount, and list host folders.`, Run: func(cmd *cobra.Command, args []string) { cmd.Help() }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Source Files ¶
Click to show internal directories.
Click to hide internal directories.