package cli type Config struct { Files FileList Query struct { Period Period Sort string NoRounding bool Depth int } }