Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var VersionCmd = &cobra.Command{ Use: "version", Aliases: []string{"v"}, Short: "Print version information", Long: `Print version information about the Thalassa Cloud CLI. This command will display the version of the CLI`, Run: func(cmd *cobra.Command, args []string) { cliversion.PrintVersion() }, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.