Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var UpdateCmd = &cobra.Command{ Use: "update", Short: "Update ioctl with latest version", Args: cobra.ExactArgs(0), Run: func(cmd *cobra.Command, args []string) { fmt.Println(update()) }, }
UpdateCmd represents the update command
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.