diff --git a/timer_operations.go b/timer_operations.go index 58c59e1..77a71b9 100644 --- a/timer_operations.go +++ b/timer_operations.go @@ -402,3 +402,7 @@ func cmdDoArchive(args []string) int { fmt.Println("Done") return ret } + +func cmdDoExport(args []string) int { + return 0 +}