Documentation
¶
Overview ¶
0.2.1 Created by make-go-github-file.yaml on Fri Mar 31 21:16:54 UTC 2023
Reference: https://github.com/zephinzer/cloudshell/blob/master/cmd/cloudshell/main.go
Index ¶
Constants ¶
View Source
const ( Short string = "view-xterm short description" Use string = "view-xterm" Long string = ` view-xterm long description. ` )
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: Use, Short: Short, Long: Long, PreRun: PreRun, RunE: RunE, Version: Version(), }
RootCmd represents the command.
Functions ¶
func Execute ¶
func Execute()
Execute adds all child commands to the root command and sets flags appropriately. This is called by main.main(). It only needs to happen once to the RootCmd.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.