list team codes in help
This commit is contained in:
parent
6480297c5c
commit
d640214f0e
|
@ -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")
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue