Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "update", Short: shortMsg, Long: FormatMessage(shortMsg, ` If a new/different license key is provided, the current device will be bound to the new key and its parent account. Please note that there is a maximum limit of 5 active devices linked to the same account at a given time.`), Run: func(cmd *cobra.Command, args []string) { RunCommandFatal(updateAccount) }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.