reimplement date flag
This commit is contained in:
@@ -42,6 +42,7 @@ func schedule(cmd *cobra.Command, args []string) {
|
||||
opts := api.ScheduleApiScheduleOpts{
|
||||
TeamId: optional.NewInterface(teamIds),
|
||||
SportId: optional.NewInterface([]int32{sportId}),
|
||||
Date: optional.NewString(date),
|
||||
}
|
||||
|
||||
client := api.NewAPIClient(api.NewConfiguration())
|
||||
|
||||
Reference in New Issue
Block a user