Skip to content

Commit

Permalink
Update CLI
Browse files Browse the repository at this point in the history
  • Loading branch information
brotherlogic committed Jan 24, 2024
1 parent 1dfc37b commit 2976350
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions recordadder_cli/cli.go
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,11 @@ func main() {
log.Fatalf("Error on Add Record: %v", err)
}
fmt.Printf("Expected to be added on %v\n", time.Unix(res.ExpectedAdditionDate, 0))
} else {
log.Printf("Missing data: %v, %v, %v", *id, *cost, *folder)
}
} else {
log.Printf("Error in add: %v", err)
}
case "list":
res, err := client.ListQueue(ctx, &pb.ListQueueRequest{})
Expand Down

0 comments on commit 2976350

Please sign in to comment.