Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Cmd = &cobra.Command{ Use: "teams", Short: "This command will list all the teams associated with your user account.", Args: cobra.NoArgs, RunE: teamsHandler, }
Functions ¶
func SelectTeam ¶
SelectTeam prompts the user to select a team and returns the selected team ID and team name.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.