list team codes in help
This commit is contained in:
@@ -166,6 +166,6 @@ func init() {
|
|||||||
|
|
||||||
// Cobra also supports local flags, which will only run
|
// Cobra also supports local flags, which will only run
|
||||||
// when this action is called directly.
|
// when this action is called directly.
|
||||||
rootCmd.Flags().VarP(&Team, "team", "t", "team to get updates for")
|
rootCmd.Flags().VarP(&Team, "team", "t", "team to get updates for (atl, az, bal, bos, chc, cin, cle, col, cws, det, hou, kc, laa, lad, mia, mil, min, nym, nyy, oak, phi, pit, sd, sea, sf, stl, tb, tex, tor, wsh)")
|
||||||
rootCmd.MarkFlagRequired("team")
|
rootCmd.MarkFlagRequired("team")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user