package main
import (
"flag"
"fmt"
"math/rand"
"os"
"time"
"framagit.org/andinus/cetus/pkg/apod"
"framagit.org/andinus/cetus/pkg/background"
"framagit.org/andinus/cetus/pkg/bpod"
)
var (
apodAPI *string
apodKey *string
apodDate *string
apodRand *bool
apodPathOnly *bool
apodQuiet *bool
apodDump *bool
bpodAPI *string
bpodRand *bool
bpodPathOnly *bool
bpodQuiet *bool