CLI: Contact and Event Flags active (#633)

Contact and Event flags restored
This commit is contained in:
Danny 2022-08-23 08:29:19 -04:00 committed by GitHub
parent 8d2a437f1d
commit eca16e4a69
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -114,11 +114,6 @@ func addExchangeCommands(parent *cobra.Command) *cobra.Command {
"Select backup details by user ID; accepts "+utils.Wildcard+" to select all users", "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 // exchange-info flags
fs.StringVar( fs.StringVar(
&emailReceivedAfter, &emailReceivedAfter,