From eca16e4a6987a6ca629ca1fea65caf9a93cf67f6 Mon Sep 17 00:00:00 2001 From: Danny Date: Tue, 23 Aug 2022 08:29:19 -0400 Subject: [PATCH] CLI: Contact and Event Flags active (#633) Contact and Event flags restored --- src/cli/backup/exchange.go | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/cli/backup/exchange.go b/src/cli/backup/exchange.go index 92551511a..7487662e8 100644 --- a/src/cli/backup/exchange.go +++ b/src/cli/backup/exchange.go @@ -114,11 +114,6 @@ func addExchangeCommands(parent *cobra.Command) *cobra.Command { "Select backup details by user ID; accepts "+utils.Wildcard+" to select all users", ) - // TODO: reveal these flags when their production is supported in GC - cobra.CheckErr(fs.MarkHidden("contact")) - cobra.CheckErr(fs.MarkHidden("contact-folder")) - cobra.CheckErr(fs.MarkHidden("event")) - // exchange-info flags fs.StringVar( &emailReceivedAfter,