Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RootCmd = &cobra.Command{ Use: "letme", Short: "A reliable, secure and fast way to switch between AWS accounts.", Long: `A reliable, secure and fast way to switch between AWS accounts.`, Run: func(cmd *cobra.Command, args []string) { versionFlag, _ := cmd.Flags().GetBool("version") if versionFlag { getVersions() os.Exit(0) } cmd.Help() os.Exit(0) }, }
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.