list team codes in help

This commit is contained in:
filifa 2024-07-14 19:25:18 -05:00
parent 6480297c5c
commit d640214f0e
1 changed files with 1 additions and 1 deletions

View File

@ -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")
} }