Documentation ¶
Index ¶
Constants ¶
View Source
const VERSION = "0.1"
VERSION of ovhcli
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "version", Short: "Display Version of ovhcli: ovhcli version", Long: `ovhcli version`, Aliases: []string{"v"}, Run: func(cmd *cobra.Command, args []string) { fmt.Println("ovhcli version:", VERSION) }, }
Cmd version
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.