Allow users to re-import the match list in the scouting app

We currently append the match list to the existing data in the table.
This patch makes it so the entries are replaced instead of duplicated.

Signed-off-by: Philipp Schrader <philipp.schrader@gmail.com>
Change-Id: I86fdc49f8f01861bd0b35da8042a28e03ee9c0f0
diff --git a/scouting/webserver/requests/debug/cli/main.go b/scouting/webserver/requests/debug/cli/main.go
index f6fb38a..d338b5f 100644
--- a/scouting/webserver/requests/debug/cli/main.go
+++ b/scouting/webserver/requests/debug/cli/main.go
@@ -97,6 +97,9 @@
 
 	spew.Config.Indent = *indentPtr
 
+	// Disable pointer addresses. They're not useful for our purposes.
+	spew.Config.DisablePointerAddresses = true
+
 	// Handle the actual arguments.
 	maybePerformRequest(
 		"SubmitDataScouting",